summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-17 00:27:54 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-17 18:16:10 +0300
commitd97a4e5feb9cbed73f11d09171e4173bc6931f15 (patch)
tree6b814b30ad8a90ec289f0743d6ca19cc090953f1 /configure.ac
parent087b71f423cf6c047137fb1316527132bb47fc05 (diff)
Why wouldn't we need liblangtag for iOS?
Change-Id: I7bb75b17003a5a40f69da1f2db5f377d5f349c34
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 e71670e0eadf..cda59370037f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11943,7 +11943,7 @@ ENABLE_LIBLANGTAG=
SYSTEM_LIBLANGTAG=
AC_MSG_CHECKING([whether to use liblangtag])
if test "$enable_liblangtag" = "yes" -o \
- \( "$enable_liblangtag" = "" -a $_os != iOS -a $_os != Emscripten \); then
+ \( "$enable_liblangtag" = "" -a $_os != Emscripten \); then
ENABLE_LIBLANGTAG=TRUE
AC_MSG_RESULT([yes])
AC_MSG_CHECKING([whether to use system liblangtag])