diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 09:58:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 09:58:35 +0100 |
commit | b58151b34794b9c2f980310d7e32236652de4a1e (patch) | |
tree | 772d4a2beb1ee08d5078daa7eb0380d4d9f307a9 /configure.in | |
parent | 05c008e3fb8aef19d3fa521859dd40d40e1eb9e0 (diff) |
use the same pattern as all the other ones
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d08e4c1703a0..0a2970bc08f8 100644 --- a/configure.in +++ b/configure.in @@ -4628,7 +4628,8 @@ dnl Check for system libcmis dnl =================================================================== if test "x$with_cmis" != "xno" ; then AC_MSG_CHECKING([which libcmis to use]) - if test "x$with_system_libcmis" != "xno"; then + if test -n "$with_system_libcmis" -o -n "$with_system_libs" && \ + test "$with_system_libcmis" != "no"; then AC_MSG_RESULT([external]) SYSTEM_LIBCMIS=YES PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 ) |