summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <tchvatal@suse.com>2019-07-08 13:35:16 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-15 00:46:15 +0200
commitcbc7a53b99d358eeed9478bf40c5b60aff815cbd (patch)
treef9f4958fab0975e8d8c9d02ec882f56c12f16b02
parenta490420e62fcadb45fee9864b111e11f1414c4a9 (diff)
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@suse.cz> Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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=