Commit e812f3b9 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Require jansson >= 2.4

parent 7ce3065f
......@@ -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)
......
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