summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-10-04 10:32:15 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-10-04 10:32:15 +0200
commit8aaa52f21fc20f3266c4b6a13422e7e35bc8d34d (patch)
treea118851356d1aec042750342d0ac5ec0dc3cb56f /configure.in
parentab0c5e94146711a7e2fd8cd953a63854c8f53740 (diff)
The system-libs switch should not be done here yet.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c8b3d022079c..911aed2828d7 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 )