summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-24 12:18:58 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-27 22:43:59 +0200
commit8f819c743b8a275939a7efff4edcb4670a4ebd05 (patch)
tree2cbfa599eea37ef55623ff9db81d57af04d5f4f5
parent06eba7d7515aeb7cf78fd6dff021f6b16d9ec5a9 (diff)
Bypass libwp? for iOS
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9a348e3278b4..6ab110d2c329 100644
--- a/configure.in
+++ b/configure.in
@@ -5484,6 +5484,8 @@ if test "$with_system_libwpd" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPD=YES
PKG_CHECK_MODULES( WPD, libwpd-0.9 libwpd-stream-0.9 )
+elif test $_os = IOS; then
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_LIBWPD=NO
@@ -5535,6 +5537,8 @@ if test "$with_system_libwps" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPS=YES
PKG_CHECK_MODULES( WPS, libwps-0.2 )
+elif test $_os = IOS; then
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_LIBWPS=NO
@@ -5552,6 +5556,8 @@ if test "$with_system_libwpg" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPG=YES
PKG_CHECK_MODULES( WPG, libwpg-0.2 )
+elif test $_os = IOS; then
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_LIBWPG=NO