configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 5d992d36412cd41e8489e98ee1d251125219073f Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed May 19 14:18:56 2021 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Wed May 19 14:27:40 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> 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='' _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits