[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 05:13:09 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e64ba5c8032260e117557037afce46993d222fd
Author: Tomáš Chvátal <tchvatal at suse.cz>
Date:   Mon Sep 10 12:39:06 2012 +0200

    Work with system liborcus.
    
    Change-Id: I1da517b19774ed6f44c34e0d8057419b1a66a9f1

diff --git a/configure.in b/configure.in
index 8232093..db75b81 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.1.0)
+    PKG_CHECK_MODULES(ORCUS, orcus-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