summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 438b89e2fd0c..0d00032d3210 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2520,7 +2520,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