Bypass libwp? for iOS

This commit is contained in:
Tor Lillqvist
2012-01-24 12:18:58 +02:00
parent 06eba7d751
commit 8f819c743b

View File

@@ -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