summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-27 15:37:22 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-27 16:32:50 +0000
commitf37c63e8cb203d9303a994a0369a2fab1e88d7ba (patch)
tree96cf854d18bf44e877d911af10816e1be18f2b16 /configure.ac
parent4e1f23982432ad211f1b4c4fd134f022844325d3 (diff)
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@iki.fi> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f07e35d504af..c561981f6570 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