[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jun 15 11:29:48 PDT 2011
configure.in | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 0e056e7844ebd5c401d5e3d71c3a223c4add8caf
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Jun 15 21:29:32 2011 +0300
Eeek, don't let ENABLE_GTK be set for iOS or Android
diff --git a/configure.in b/configure.in
index 58dfaab..ad04142 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 ***************************************
More information about the Libreoffice-commits
mailing list