[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - configure.ac
Kohei Yoshida
kohei.yoshida at gmail.com
Thu Apr 11 12:36:39 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9b6ae8de0118c03622ff3666c070cb052c901006
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Thu Apr 11 15:39:19 2013 -0400
Now we require liborcus-0.6 package.
Change-Id: I05555e9bb7904d7b9c25842d76ebeea53a7c1dfd
diff --git a/configure.ac b/configure.ac
index 90a2d89..6ce8979 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8539,7 +8539,7 @@ AC_SUBST([MINGW_SQLITE3_DLL])
dnl ===================================================================
dnl Check for system orcus
dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.4 >= 0.3.0])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.6 >= 0.5.0])
if test "$with_system_orcus" != "yes"; then
if test "$SYSTEM_BOOST" = "YES"; then
# ===========================================================
More information about the Libreoffice-commits
mailing list