From 8f819c743b8a275939a7efff4edcb4670a4ebd05 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Jan 2012 12:18:58 +0200 Subject: [PATCH] Bypass libwp? for iOS --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) 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