[vlc-devel] commit: Configure : update mingw-runtime error message (sebastien )
git version control
git at videolan.org
Thu Apr 16 10:24:58 CEST 2009
vlc | branch: master | sebastien <sebastien at sebastien-desktop.(none)> | Thu Apr 16 09:17:36 2009 +0200| [0ef628101516846b236b49e5d9aeb61a28a9bc1d] | committer: Rémi Denis-Courmont
Configure : update mingw-runtime error message
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ef628101516846b236b49e5d9aeb61a28a9bc1d
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index f72f077..d96b28d 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"
More information about the vlc-devel
mailing list