[Libreoffice-commits] .: configure.in
René Engelhard
rene at kemper.freedesktop.org
Mon Jun 4 13:34:31 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 187c1cd4af803de5bfa8228195e30d150e5cb6cb
Author: Rene Engelhard <rene at debian.org>
Date: Mon Jun 4 22:33:22 2012 +0200
bump libcmis check to >= 0.2.1 given 966d20e35d5a2be2fce6c204af5c156c3ead7063
Change-Id: Ic6814b9a3916493bf0b1c96d5e8c12f3d187f887
diff --git a/configure.in b/configure.in
index 09600f1..38f7b0c 100644
--- a/configure.in
+++ b/configure.in
@@ -6273,7 +6273,7 @@ AC_MSG_CHECKING([which libcmis to use])
if test "$with_system_libcmis" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBCMIS=YES
- PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 )
+ PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 >= 0.2.1 )
else
AC_MSG_RESULT([internal])
SYSTEM_LIBCMIS=NO
More information about the Libreoffice-commits
mailing list