[Libreoffice-commits] core.git: configure.ac
Tomáš Chvátal (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 9 14:25:58 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6e07ec8799338405cbedf3cee22145c25e31742
Author: Tomáš Chvátal <tchvatal at suse.com>
AuthorDate: Mon Jul 8 13:35:16 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Jul 9 16:24:47 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/75217
Tested-by: Jenkins
Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
Tested-by: Tomáš Chvátal <tchvatal at suse.cz>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/configure.ac b/configure.ac
index e3da6a75cd0b..45fefe5ada3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6456,7 +6456,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