[Libreoffice-commits] .: configure.in solenv/inc
René Engelhard
rene at kemper.freedesktop.org
Sun Oct 2 15:13:10 PDT 2011
configure.in | 2 +-
solenv/inc/libs.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4c97165615a795e1e43c6c440b1ed229caf7d63c
Author: Rene Engelhard <rene at debian.org>
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
More information about the Libreoffice-commits
mailing list