]> git.sesse.net Git - vlc/commitdiff
* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).
authorGildas Bazin <gbazin@videolan.org>
Sun, 9 Oct 2005 16:37:26 +0000 (16:37 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 9 Oct 2005 16:37:26 +0000 (16:37 +0000)
configure.ac

index 2f38a9e74ce1324eca86aba66f46884364bee210..e55a62b68764c5edf9b1f3730f7dfd44b30252ec 100644 (file)
@@ -3876,9 +3876,9 @@ then
   AC_PATH_PROG(WX_CONFIG, ${WXWIDGETS_NAME}, no, ${WXWIDGETS_PATH})
   if test "${WX_CONFIG}" != "no" -a "${CXX}" != ""
   then
-    if expr 2.6.0 \> `${WX_CONFIG} --version` >/dev/null
+    if expr 2.3.0 \> `${WX_CONFIG} --version` >/dev/null
     then
-      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.])
+      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.])
     fi
     AC_LANG_PUSH(C++)
     # Turn this error: