Require jansson >= 2.4

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-02 13:30:44 +09:00
parent 7ce3065f32
commit e812f3b9f7
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.5],
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.4],
[have_jansson=yes], [have_jansson=no])
if test "x${have_jansson}" == "xno"; then
AC_MSG_NOTICE($JANSSON_PKG_ERRORS)