[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - configure.ac
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Wed Feb 27 08:33:10 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f37c63e8cb203d9303a994a0369a2fab1e88d7ba
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Wed Feb 27 15:37:22 2013 +0100
we need system libcmis 0.3.1 now
Conflicts:
configure.ac
Change-Id: I6919a7630f1afc1524cf2f21482f40fc9aebf0c6
Reviewed-on: https://gerrit.libreoffice.org/2442
Reviewed-by: Niko Rönkkö <ronkko at iki.fi>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/configure.ac b/configure.ac
index f07e35d..c561981 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6957,7 +6957,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( CMIS, libcmis-0.3 >= 0.3.0 )
+ PKG_CHECK_MODULES( CMIS, libcmis-0.3 >= 0.3.1 )
else
AC_MSG_RESULT([internal])
SYSTEM_LIBCMIS=NO
More information about the Libreoffice-commits
mailing list