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:
Родитель
ec25a8bc94
Коммит
82ddc788e0
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче