diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-26 15:35:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 10:00:46 -0500 |
commit | 2ef1f2cad18b49f10edcbe28c5a1225302fd199d (patch) | |
tree | 88b39945a4e9c573a6febb04da52d15e4adee398 /configure.ac | |
parent | c4e649f0cd013e86adbd794859bcc3cb9ee3aa61 (diff) |
Update liborcus package to (pre-release) 0.3.0.
This is not the official 0.3.0 release.
Change-Id: I1d097ed30ea6c1835ac10d6be77e45a644449497
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb6a7a460c24..c283b0308739 100644 --- a/configure.ac +++ b/configure.ac @@ -8756,7 +8756,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, liborcus-0.2 >= 0.1.0) + PKG_CHECK_MODULES(ORCUS, liborcus-0.4 >= 0.3.0) else AC_MSG_RESULT([internal]) BUILD_TYPE="$BUILD_TYPE ORCUS" |