]> git.sesse.net Git - vlc/commitdiff
Force a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 9 Oct 2005 10:50:15 +0000 (10:50 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 9 Oct 2005 10:50:15 +0000 (10:50 +0000)
configure.ac

index 0fc3fb4f89f1eea34ed3dc1d69f71e243ed0f021..137f4a891efa07c5e7a0d2d5b95850fc10303fe1 100644 (file)
@@ -3863,9 +3863,9 @@ then
   AC_PATH_PROG(WX_CONFIG, ${WXWIDGETS_NAME}, no, ${WXWIDGETS_PATH})
   if test "${WX_CONFIG}" != "no" -a "${CXX}" != ""
   then
-    if expr 2.3.0 \> `${WX_CONFIG} --version` >/dev/null
+    if expr 2.6.0 \> `${WX_CONFIG} --version` >/dev/null
     then
-      AC_MSG_ERROR([Your development package for wxWidgets is too old, you need at least version 2.3.0. Please upgrade and try again. Alternatively you can also configure with --disable-wxwidgets.])
+      AC_MSG_ERROR([Your development package for wxWidgets is too old, you need at least version 2.6.0. Please upgrade and try again. Alternatively you can also configure with --disable-wxwidgets.])
     fi
     AC_LANG_PUSH(C++)
     # Turn this error: