configure: require libhtp 0.5.32

pull/4441/head
Victor Julien 5 years ago
parent df74f34a62
commit 9bcc1118e1

@ -1598,12 +1598,12 @@
echo
exit 1
fi
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.31],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.32],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
if test "$libhtp_minver_found" = "no"; then
PKG_CHECK_MODULES(LIBHTPDEVVERSION, [htp = 0.5.X],[libhtp_devver_found="yes"],[libhtp_devver_found="no"])
if test "$libhtp_devver_found" = "no"; then
echo
echo " ERROR! libhtp was found but it is neither >= 0.5.31, nor the dev 0.5.X"
echo " ERROR! libhtp was found but it is neither >= 0.5.32, nor the dev 0.5.X"
echo
exit 1
fi

Loading…
Cancel
Save