diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-15 21:29:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-15 21:29:32 +0300 |
commit | fb79b929ad359d762ef79fb6ef0d3cafe0317aee (patch) | |
tree | 9d897188164daa41f769f7ef1a4db30f47a16132 | |
parent | ef75b9969b52bdc0f1ed6f7f706dea6ca121f329 (diff) |
Eeek, don't let ENABLE_GTK be set for iOS or Android
-rwxr-xr-x | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 *************************************** |