We need jansson >= 2.5 because of s# conversion
This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-07 21:19:46 +09:00
parent 4ac1652c70
commit ccd0f83018
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ if test "x${have_libevent_openssl}" = "xno"; then
fi
# jansson (for hdtest/deflatehd and hdtest/inflatehd)
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.4],
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.5],
[have_jansson=yes], [have_jansson=no])
if test "x${have_jansson}" == "xno"; then
AC_MSG_NOTICE($JANSSON_PKG_ERRORS)