diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 18:49:05 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 18:49:05 +0200 |
commit | ad8b32a9d1cdb2ce4b478c70879c29ece123479d (patch) | |
tree | 21e8c5589328cb064e8db99c1faaa76a45b80cab /configure.in | |
parent | 148e5f4c87e177364fd98d544b1c95783521b79c (diff) | |
parent | fb79b929ad359d762ef79fb6ef0d3cafe0317aee (diff) |
Merge branch 'master' into feature/gnumake4
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5241c6ed78cc..3926aa249e88 100755 --- a/configure.in +++ b/configure.in @@ -5537,6 +5537,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 *************************************** |