diff options
-rw-r--r-- | configure.ac | 6 |
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='' |