summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 19:48:23 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-28 00:38:48 +0200
commit44f3a76e979575a642373f3e1fb2db31612c5485 (patch)
tree2258a78e0de1ddd61626944eaa5a5874d8a097e7 /configure.in
parent3eff0e79154d73098f8b1ace1015bdb436f423a8 (diff)
libvisio depends on the LGPL libwpd and libwpg so bypass on iOS then
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8271431648e2..e6e1205089df 100644
--- a/configure.in
+++ b/configure.in
@@ -5748,6 +5748,9 @@ if test "$with_system_libvisio" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBVISIO=YES
PKG_CHECK_MODULES( VISIO, libvisio-0.0 )
+elif test $_os = iOS; then
+ # libvisio depends on libwpd and libwpg and those are LGPL
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_LIBVISIO=NO