[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - configure.ac

Tomáš Chvátal (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 14 22:46:57 UTC 2019


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

New commits:
commit cbc7a53b99d358eeed9478bf40c5b60aff815cbd
Author:     Tomáš Chvátal <tchvatal at suse.com>
AuthorDate: Mon Jul 8 13:35:16 2019 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at 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 <tchvatal at suse.cz>
    Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at 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=


More information about the Libreoffice-commits mailing list