]> git.sesse.net Git - vlc/commitdiff
Configure : update mingw-runtime error message
authorsebastien <sebastien@sebastien-desktop.(none)>
Thu, 16 Apr 2009 07:17:36 +0000 (09:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Apr 2009 08:24:34 +0000 (11:24 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
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"