Commit ccd0f830 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Revert e812f3b9

We need jansson >= 2.5 because of s# conversion
parent 4ac1652c
......@@ -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)
......
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