Kaydet (Commit) 8aaa52f2 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

The system-libs switch should not be done here yet.

üst ab0c5e94
...@@ -4627,7 +4627,7 @@ dnl =================================================================== ...@@ -4627,7 +4627,7 @@ dnl ===================================================================
dnl Check for system libcmis dnl Check for system libcmis
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([which libcmis to use]) 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]) AC_MSG_RESULT([external])
SYSTEM_LIBCMIS=YES SYSTEM_LIBCMIS=YES
PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 ) PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment