Eeek, don't let ENABLE_GTK be set for iOS or Android

This commit is contained in:
Tor Lillqvist 2011-06-15 21:29:32 +03:00
parent ef75b9969b
commit fb79b929ad

View file

@ -5634,6 +5634,10 @@ if test "$_os" = "Darwin"; then
fi
fi
if test $_os = iOS -o $_os = Android; then
enable_gtk=no
fi
dnl ***************************************
dnl testing for X libraries and includes...
dnl ***************************************