Kaydet (Commit) 06c3c184 authored tarafından Petr Mladek's avatar Petr Mladek

one more attempt to check the right orcus pkg-config name :-)

Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe
üst c748f42f
...@@ -8607,7 +8607,7 @@ AC_MSG_CHECKING([which orcus library to use]) ...@@ -8607,7 +8607,7 @@ AC_MSG_CHECKING([which orcus library to use])
if test "$with_system_orcus" = "yes"; then if test "$with_system_orcus" = "yes"; then
AC_MSG_RESULT([external]) AC_MSG_RESULT([external])
SYSTEM_LIBORCUS=YES SYSTEM_LIBORCUS=YES
PKG_CHECK_MODULES(ORCUS, orcus-0.2 >= 0.1.0) PKG_CHECK_MODULES(ORCUS, liborcus-0.2 >= 0.1.0)
else else
AC_MSG_RESULT([internal]) AC_MSG_RESULT([internal])
ORCUS_TARBALL=46d9f4cf8b145c21ce1056e116d2ce71-liborcus_0.1.0.tar.bz2 ORCUS_TARBALL=46d9f4cf8b145c21ce1056e116d2ce71-liborcus_0.1.0.tar.bz2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment