configure.in | 2 +- solenv/inc/libs.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4c97165615a795e1e43c6c440b1ed229caf7d63c Author: Rene Engelhard <[email protected]> Date: Mon Oct 3 00:12:42 2011 +0200 fix some typos..., thanks matus diff --git a/configure.in b/configure.in index d04cedc..87c8627 100644 --- a/configure.in +++ b/configure.in @@ -4620,7 +4620,7 @@ dnl =================================================================== AC_MSG_CHECKING([which libcmis to use]) if test -n "$with_system_libcmis" -a "$with_system_libcmis" = "yes"; then AC_MSG_RESULT([external]) - SYSTEM_LIBVISIO=YES + SYSTEM_LIBCMIS=YES PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 ) else AC_MSG_RESULT([internal]) diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index 9952bcb..1009c6f 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -249,7 +249,7 @@ REDLANDLIB=$(REDLAND_LIBS) REDLANDLIB=-lrdf .ENDIF .IF "$(SYSTEM_LIBCMIS)" -CMISLIB=$(CLIBMIS_LIBS) +CMISLIB=$(LIBCMIS_LIBS) .ELSE CMISLIB=-lcmis-0.2 .ENDIF _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
