summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-05-19 14:18:56 +0300
committerTor Lillqvist <tml@collabora.com>2021-05-19 14:27:40 +0200
commit5d992d36412cd41e8489e98ee1d251125219073f (patch)
tree0296b1fc6cde87bc72d605ae7338fae0e248713c
parent52add3bae28b1e7cda0234110341f3c6e0b06fdc (diff)
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@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
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=''