From 0ef628101516846b236b49e5d9aeb61a28a9bc1d Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 16 Apr 2009 09:17:36 +0200 Subject: [PATCH] Configure : update mingw-runtime error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f72f077be7..d96b28d44b 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- 2.39.2