summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTomáš Chvátal <tchvatal@suse.cz>2012-09-10 12:39:06 +0200
committerPetr Mladek <pmladek@suse.cz>2012-09-10 14:12:46 +0200
commit1e64ba5c8032260e117557037afce46993d222fd (patch)
treefb6f1790975fe95f5c93d0d75f0d9fc0b02270d2 /configure.in
parent77984435c6bd6e455c5c33061ba6ee6cb2938886 (diff)
Work with system liborcus.
Change-Id: I1da517b19774ed6f44c34e0d8057419b1a66a9f1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 82320938bb72..db75b811ed8c 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