diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-11 15:39:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-13 01:54:39 -0400 |
commit | 9dbf503b434aeee1a405725d97d2aa2b89625336 (patch) | |
tree | 872a23b2d80941ac7da8c5f457608a381f114077 | |
parent | 7b764697d519b9dc2295c43879b6c2b89168fd9e (diff) |
Now we require liborcus-0.6 package.
Change-Id: I05555e9bb7904d7b9c25842d76ebeea53a7c1dfd
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e4500538338..23e3ca4ada41 100644 --- a/configure.ac +++ b/configure.ac @@ -8552,7 +8552,7 @@ AC_SUBST(REDLAND_MAJOR) 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 # =========================================================== |