[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed May 19 12:28:15 UTC 2021


 configure.ac |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 5d992d36412cd41e8489e98ee1d251125219073f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed May 19 14:18:56 2021 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed May 19 14:27:40 2021 +0200

    We do want scripting on iOS, too
    
    The native-code.py script unconditionally generates references to that now.
    
    Change-Id: Ib0ca1e994af15597f8a191ccdd32d95efca063da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115796
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index d419c114ea00..08daf37b602c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2628,11 +2628,7 @@ if test "$enable_extensions" = yes; then
 fi
 
 if test -z "$enable_scripting"; then
-    # Disable scripting for iOS unless specifically overridden
-    # with --enable-scripting.
-    if test $_os != iOS; then
-        enable_scripting=yes
-    fi
+    enable_scripting=yes
 fi
 
 DISABLE_SCRIPTING=''


More information about the Libreoffice-commits mailing list