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

New commits:
commit 34aae062110cbb50e634b3678ccaf4428d3687c9
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed May 19 14:18:56 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Jul 14 18:15:42 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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118897

diff --git a/configure.ac b/configure.ac
index d5b2dc15c0f9..2a1b09e09db6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2905,11 +2905,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=''
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to