diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a8375341f5aa..614896089908 100644 --- a/configure.ac +++ b/configure.ac @@ -7751,12 +7751,12 @@ 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.5 >= 0.5.0]) - ENABLE_CMIS=TRUE + libo_CHECK_SYSTEM_MODULE([libcmis],[LIBCMIS],[libcmis-0.5 >= 0.5.0]) + ENABLE_LIBCMIS=TRUE else - ENABLE_CMIS= + ENABLE_LIBCMIS= fi -AC_SUBST(ENABLE_CMIS) +AC_SUBST(ENABLE_LIBCMIS) dnl =================================================================== dnl Check for system lcms2 |