[Libreoffice-commits] core.git: configure.ac

jan Iversen jani at libreoffice.org
Sat Sep 23 11:00:28 UTC 2017


 configure.ac |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

New commits:
commit f53b6890525abcf3ea2c1955c8ff26af53c3a8b3
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Sep 23 10:52:25 2017 +0200

    iOS, simplified build demands
    
    moved iOS build demand to same location as other os.
    
    Change-Id: If235aff2af7b58b26b94cb6818404100fa50d2d8

diff --git a/configure.ac b/configure.ac
index cd4a190c7501..3626601363ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -624,6 +624,15 @@ darwin*) # Mac OS X or iOS
         _os=iOS
         test_gtk=no
         test_cups=no
+        enable_mpl_subset=yes
+        enable_lotuswordpro=no
+        enable_coinmp=yes
+        enable_lpsolve=no
+        enable_postgresql_sdbc=no
+        enable_extension_integration=no
+        enable_report_builder=no
+        with_theme="tango"
+        with_ppds=no
     else
         _os=Darwin
         if test -n "$LODE_HOME" ; then
@@ -2386,7 +2395,6 @@ fi
 
 # Decide whether to build database connectivity stuff (including
 # Base) or not. We probably don't want to on non-desktop OSes.
-
 if test -z "$enable_database_connectivity"; then
     # --disable-database-connectivity is unfinished work in progress
     # and the iOS test app doesn't link if we actually try to use it.
@@ -7262,18 +7270,6 @@ else
 fi
 AC_SUBST(EPM)
 
-if test $_os = iOS; then
-    enable_mpl_subset=yes
-    enable_lotuswordpro=no
-    enable_coinmp=yes
-    enable_lpsolve=no
-    enable_postgresql_sdbc=no
-    enable_extension_integration=no
-    enable_report_builder=no
-    with_theme="tango"
-    with_ppds=no
-fi
-
 ENABLE_LWP=
 if test "$enable_lotuswordpro" = "yes"; then
     ENABLE_LWP="TRUE"


More information about the Libreoffice-commits mailing list