From f37c63e8cb203d9303a994a0369a2fab1e88d7ba Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 27 Feb 2013 15:37:22 +0100 Subject: we need system libcmis 0.3.1 now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: configure.ac Change-Id: I6919a7630f1afc1524cf2f21482f40fc9aebf0c6 Reviewed-on: https://gerrit.libreoffice.org/2442 Reviewed-by: Niko Rönkkö Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3