]> git.sesse.net Git - vlc/commitdiff
configure.ac: require libebml that fixes a major bug
authorSteve Lhomme <robux@videolan.org>
Tue, 18 Oct 2005 18:59:26 +0000 (18:59 +0000)
committerSteve Lhomme <robux@videolan.org>
Tue, 18 Oct 2005 18:59:26 +0000 (18:59 +0000)
configure.ac

index bf2aa55b5de1f963e8e17db2325b958e7d53759d..b983d816c7e3ed55d3b6fcb36d3e9118258ecd32 100644 (file)
@@ -1989,11 +1989,11 @@ AC_ARG_ENABLE(mkv,
 if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
   AC_LANG_PUSH(C++)
   AC_CHECK_HEADERS(ebml/EbmlVersion.h, [
-    AC_MSG_CHECKING(for libebml version >= 0.7.3)
+    AC_MSG_CHECKING(for libebml version >= 0.7.6)
     AC_EGREP_CPP(yes,
       [#include <ebml/EbmlVersion.h>
        #ifdef LIBEBML_VERSION
-       #if LIBEBML_VERSION >= 0x000703
+       #if LIBEBML_VERSION >= 0x000706
        yes
        #endif
        #endif],