configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f37c63e8cb203d9303a994a0369a2fab1e88d7ba
Author: Bjoern Michaelsen <[email protected]>
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ö <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>
    Tested-by: Michael Stahl <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to