From fb79b929ad359d762ef79fb6ef0d3cafe0317aee Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 Jun 2011 21:29:32 +0300 Subject: [PATCH] Eeek, don't let ENABLE_GTK be set for iOS or Android --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 58dfaabaa729..ad041424f5bc 100755 --- a/configure.in +++ b/configure.in @@ -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 ***************************************