diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-15 11:05:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-15 11:23:28 +0100 |
commit | f31568f5ca97ec9765e68477e4d11c6aeba73235 (patch) | |
tree | c62cae49b0097356ece0c3335374df1ad59fa180 /configure.ac | |
parent | 3ec288f401a1aff83ef2fd1a5ecf19a7ee855528 (diff) |
we need system libcmis 0.5.0 now
Change-Id: I2bbac86709669bf67fc71d08075abd4afc19525a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c1adcfaf4834..2b1a0a2c4d01 100644 --- a/configure.ac +++ b/configure.ac @@ -7538,7 +7538,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],[CMIS],[libcmis-0.4 >= 0.4.0]) + libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.5 >= 0.5.0]) ENABLE_CMIS=TRUE else ENABLE_CMIS= |