summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-02-07 14:18:40 +0100
committerAndras Timar <andras.timar@collabora.com>2020-05-18 18:06:43 +0200
commit230a8af4a2eb1bb42107213da47989949f65e3d4 (patch)
treeea5e7ecacc911d878e6c7b482d09d181b15902b7 /configure.ac
parentc5d5b6f0c0ebef699acd98e784062bc8e96ef1b4 (diff)
android hunspell: Don't explicitly disable extensions on Android.
We need the bundled extensions for hunspell. Change-Id: I423d71376652b7d54dfdcc81462a19db9dc785bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88218 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88365
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c93da694c5a..231384588a20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2568,7 +2568,7 @@ fi
if test -z "$enable_extensions"; then
# For iOS and Android disable extensions unless specifically overridden with --enable-extensions.
- if test $_os != iOS -a $_os != Android; then
+ if test $_os != iOS; then
enable_extensions=yes
fi
fi