[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 27 07:57:02 PST 2012
configure.in | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit b55381672262f7d14a5b66ddd6a2dd1007ee8e3b
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 27 17:54:28 2012 +0200
libcdr depends on libwpd and libwpg so don't use it either on iOS then
diff --git a/configure.in b/configure.in
index 884d1c8..fe35ab3 100644
--- a/configure.in
+++ b/configure.in
@@ -5724,6 +5724,9 @@ if test "$with_system_libcdr" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBCDR=YES
PKG_CHECK_MODULES( CDR, libcdr-0.0 )
+elif test $_os = iOS; then
+ # libcdr depends on libwpd and libwpg and those are LGPL
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_LIBCDR=NO
More information about the Libreoffice-commits
mailing list