summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-19 21:58:56 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-19 21:58:56 +0300
commit3640aa3ac516aa66019950ea3771df82248dd557 (patch)
treecabe6b65540ffefbc90666ac486a3902b4bbe20d /configure.ac
parent73ab2af184a10590188b81f188800b42c4991331 (diff)
We hardly want harfbuzz on iOS if we don't want it on Darwin
Change-Id: I38ce976e55e9800971dcd300902578e06540f358
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 46fd08616030..d593de858d8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8907,7 +8907,7 @@ dnl ===================================================================
dnl HarfBuzz
dnl ===================================================================
AC_MSG_CHECKING([whether to enable HarfBuzz support])
-if test "$_os" != "WINNT" -a "$_os" != "Darwin"; then
+if test $_os != WINNT -a $_os != Darwin -a $_os != iOS; then
AC_MSG_RESULT([yes])
ENABLE_HARFBUZZ="TRUE"
libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.18])