summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-05-19 14:18:56 +0300
committerTor Lillqvist <tml@collabora.com>2021-07-14 18:15:42 +0200
commit34aae062110cbb50e634b3678ccaf4428d3687c9 (patch)
tree28d617d47bcfeb9ca844bf51347ed3a96f4f53da /configure.ac
parent9a321fad30a3f7a2d1048ad00285d7a2bcd3ba2e (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> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118897
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
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=''