]> git.sesse.net Git - vlc/blobdiff - configure.ac
Configure : update mingw-runtime error message
[vlc] / configure.ac
index f72f077be74a114fa92a4d3435f97b5f01cca1d2..d96b28d44bb2fc24690d12a13dcf736efec3180f 100644 (file)
@@ -482,7 +482,7 @@ AS_IF([test "${SYS}" = "mingw32"], [
         AC_MSG_RESULT([ok])
 ], [
         AC_MSG_RESULT([present])
-        AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.13 or higher!])
+        AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.14 or higher!])
 ])
     dnl force use of mingw provided c99 *printf over msvcrt
     CPPFLAGS="${CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=1"