diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-07-11 17:03:34 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:50 +0200 |
commit | b24c15f2e338bd89bfd3059024d5d78d1b5767b8 (patch) | |
tree | 6d7c83aca1b38d4fff24391abe5c2f0bf7077796 /configure.ac | |
parent | b3a2011b4c81d2c2ac4f816fe0b2b445d8dec4f0 (diff) |
Switched to use libcmis' future 0.4.0 code
This means that building with internal libcmis won't work. Make install
libcmis master code and use --with-system-libcmis to build after this
commit
Change-Id: I3df31b299cfc462436681bb36a62c626b3ce3dfe
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 820b6ab43b7b..193d6394163e 100644 --- a/configure.ac +++ b/configure.ac @@ -7646,7 +7646,7 @@ libo_CHECK_SYSTEM_MODULE([libvisio],[VISIO],[libvisio-0.0]) dnl =================================================================== dnl Check for system libcmis dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.3 >= 0.3.1]) +libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.4 >= 0.4.0]) dnl =================================================================== dnl Check for system libwpd |