[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 14 16:16:05 UTC 2021
configure.ac | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 34aae062110cbb50e634b3678ccaf4428d3687c9
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 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at 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=''
More information about the Libreoffice-commits
mailing list