[Libreoffice-commits] .: configure.in
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 10 05:31:12 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06c3c184dc3f540516c6991e00b3246feaccb256
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Sep 10 14:29:42 2012 +0200
one more attempt to check the right orcus pkg-config name :-)
Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe
diff --git a/configure.in b/configure.in
index db75b81..a3ad417 100644
--- a/configure.in
+++ b/configure.in
@@ -8607,7 +8607,7 @@ AC_MSG_CHECKING([which orcus library to use])
if test "$with_system_orcus" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBORCUS=YES
- PKG_CHECK_MODULES(ORCUS, orcus-0.2 >= 0.1.0)
+ PKG_CHECK_MODULES(ORCUS, liborcus-0.2 >= 0.1.0)
else
AC_MSG_RESULT([internal])
ORCUS_TARBALL=46d9f4cf8b145c21ce1056e116d2ce71-liborcus_0.1.0.tar.bz2
More information about the Libreoffice-commits
mailing list