Change the test for GTK+-1.1.3 to 1.1.2, as we should be able to build against

1.1.2 and that is the version that is on most boxes.  Approved by
shaver@netscape.com
This commit is contained in:
msw%gimp.org 1998-11-20 19:25:04 +00:00
Родитель ec25a8bc94
Коммит 82ddc788e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -613,7 +613,7 @@ fi
res=`echo :$MOZ_TOOLKIT | grep -c "gtk"`
if [ test $res != 0 ]; then
AM_PATH_GTK(1.1.3,,
AM_PATH_GTK(1.1.2,,
AC_MSG_ERROR(Test for GTK failed.))
AC_ARG_WITH(static-gtk,