require GTK+ 2.0.0, not 1.3.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-03-22 19:15:41 +00:00
parent 275dea4672
commit 1ae7bd02b0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -10424,7 +10424,7 @@ fi
no_gtk=yes
fi
min_gtk_version=1.3.1
min_gtk_version=2.0.0
echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
echo "configure:10430: checking for GTK+ - version >= $min_gtk_version" >&5

View File

@ -1717,7 +1717,7 @@ if test "$wxUSE_GUI" = "yes"; then
wx_cv_lib_gtk=
if test "x$wxUSE_GTK2" = "xyes"; then
AM_PATH_GTK_2_0(1.3.1, wx_cv_lib_gtk=2.0, , $GTK_MODULES)
AM_PATH_GTK_2_0(2.0.0, wx_cv_lib_gtk=2.0, , $GTK_MODULES)
fi
if test -z "$wx_cv_lib_gtk"; then