summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-04 06:54:49 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-04 06:54:49 +0100
commitdb247f2b9a804f3def54411615179df100c076d8 (patch)
tree70e5df65b34f8643f19014ab1a68dc12fd866762 /configure.ac
parent9c6f0a676048bdbdf0b4866d5e5afd5a436b146e (diff)
adapt the system orcus check to the new version
Change-Id: I2447c10627b795ccb689b4758b55a7bb2ffa1094
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed37a7991b0f..9284af5fc71e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8966,7 +8966,7 @@ if test -z "$enable_orcus" -o "$enable_orcus" != no; then
ENABLE_ORCUS="TRUE"
AC_DEFINE(ENABLE_ORCUS)
- libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.6 >= 0.5.0])
+ libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.8 >= 0.7.0])
if test "$with_system_orcus" != "yes"; then
if test "$SYSTEM_BOOST" = "TRUE"; then
# ===========================================================