[Libreoffice-commits] .: configure.in
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Tue Oct 4 01:33:17 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8aaa52f21fc20f3266c4b6a13422e7e35bc8d34d
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Tue Oct 4 10:32:15 2011 +0200
The system-libs switch should not be done here yet.
diff --git a/configure.in b/configure.in
index c8b3d02..911aed2 100644
--- a/configure.in
+++ b/configure.in
@@ -4627,7 +4627,7 @@ dnl ===================================================================
dnl Check for system libcmis
dnl ===================================================================
AC_MSG_CHECKING([which libcmis to use])
-if test "x$with_system_libcmis" != "xno" -o -n "$with_system_libs"; then
+if test "x$with_system_libcmis" != "xno"; then
AC_MSG_RESULT([external])
SYSTEM_LIBCMIS=YES
PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 )
More information about the Libreoffice-commits
mailing list