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

New commits:
commit cbc7a53b99d358eeed9478bf40c5b60aff815cbd
Author:     Tomáš Chvátal <tchva...@suse.com>
AuthorDate: Mon Jul 8 13:35:16 2019 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Jul 15 00:46:15 2019 +0200

    Require cmis-client 0.5.2 and newer
    
    With older releases the C++ 17 will not work and the configure would
    error out with weird message.
    
    Change-Id: Ife83669f0b55d3b013ca33f0b2a2709884309d5d
    Reviewed-on: https://gerrit.libreoffice.org/75218
    Tested-by: Jenkins
    Tested-by: Tomáš Chvátal <tchva...@suse.cz>
    Reviewed-by: Tomáš Chvátal <tchva...@suse.cz>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/configure.ac b/configure.ac
index b57a6225ef8c..44907555d6c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6389,7 +6389,7 @@ dnl Check for system libcmis
 dnl ===================================================================
 # libcmis requires curl and we can't build curl for iOS
 if test $_os != iOS; then
-    libo_CHECK_SYSTEM_MODULE([libcmis],[LIBCMIS],[libcmis-0.5 >= 0.5.0])
+    libo_CHECK_SYSTEM_MODULE([libcmis],[LIBCMIS],[libcmis-0.5 >= 0.5.2])
     ENABLE_LIBCMIS=TRUE
 else
     ENABLE_LIBCMIS=
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to