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

New commits:
commit 6db3014de5e7c1852c27437287e327f765f2a88b
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed May 19 14:18:56 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Apr 19 09:38:39 2022 +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
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133016

diff --git a/configure.ac b/configure.ac
index 6cdcb539da44..07a56aa37fd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3001,11 +3001,7 @@ else
 fi
 
 if test -z "$enable_scripting"; then
-    # Disable scripting for iOS unless specifically overridden
-    # with --enable-scripting.
-    if test $_os != iOS -o $_os = Emscripten; then
-        enable_scripting=yes
-    fi
+    enable_scripting=yes
 fi
 
 DISABLE_SCRIPTING=''

Reply via email to