]> git.sesse.net Git - vlc/commitdiff
configure: fix comment of liveMedia version check
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 27 Jul 2008 13:34:40 +0000 (15:34 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 27 Jul 2008 13:35:17 +0000 (15:35 +0200)
configure.ac

index 8492c6ed0c0eda3504502a296e889c1bdfc85a5c..c3522b03dddcf9082e67df4bcd3d64ba4fc152fa 100644 (file)
@@ -1810,7 +1810,7 @@ if test "${enable_live555}" != "no"; then
     CPPFLAGS="${CPPFLAGS} ${CPPFLAGS_live555}"
 
     AC_CHECK_HEADERS(liveMedia_version.hh, [
-      AC_MSG_CHECKING(for liveMedia version >= 1214895600 )
+      AC_MSG_CHECKING(for liveMedia version < 1214895600 )
       AC_EGREP_CPP(yes,
         [#include <liveMedia_version.hh>
          #ifdef LIVEMEDIA_LIBRARY_VERSION_INT
@@ -1856,7 +1856,7 @@ lternatively you can use --disable-live555 to disable the liveMedia plugin.])
       AC_MSG_RESULT(${real_live555_tree}/liveMedia/libliveMedia.a)
 
       AC_CHECK_HEADERS(${real_live555_tree}/liveMedia/include/liveMedia_version.hh,[
-        AC_MSG_CHECKING(for liveMedia version >= 1214895600 )
+        AC_MSG_CHECKING(for liveMedia version < 1214895600 )
         AC_EGREP_CPP(yes,
           [#include "${real_live555_tree}/liveMedia/include/liveMedia_version.hh"
            #ifdef LIVEMEDIA_LIBRARY_VERSION_INT