Revert e812f3b9f712c1a2a3bc317153c33714d3a17468
We need jansson >= 2.5 because of s# conversion
This commit is contained in:
parent
4ac1652c70
commit
ccd0f83018
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user