summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2012-09-10 14:29:42 +0200
committerPetr Mladek <pmladek@suse.cz>2012-09-10 14:30:49 +0200
commit06c3c184dc3f540516c6991e00b3246feaccb256 (patch)
treed7fd727f7125a58892b95bf9f71964d7e586bfe0 /configure.in
parentc748f42f1f2c8e667411afe30522714923bf25d9 (diff)
one more attempt to check the right orcus pkg-config name :-)
Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe
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 db75b811ed8c..a3ad4171bd8b 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.2 >= 0.1.0)
+ PKG_CHECK_MODULES(ORCUS, liborcus-0.2 >= 0.1.0)
else
AC_MSG_RESULT([internal])
ORCUS_TARBALL=46d9f4cf8b145c21ce1056e116d2ce71-liborcus_0.1.0.tar.bz2