From: Victor Julien Date: Fri, 22 Apr 2022 12:30:26 +0000 (+0200) Subject: libhtp: require 0.5.40 X-Git-Tag: suricata-7.0.0-beta1~702 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56b2455bc5f430a52b993aa5a26e977ee43d967;p=thirdparty%2Fsuricata.git libhtp: require 0.5.40 Ticket: #4970. --- diff --git a/configure.ac b/configure.ac index 557b364d60..9780991122 100644 --- a/configure.ac +++ b/configure.ac @@ -1521,12 +1521,12 @@ echo exit 1 fi - PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.36],[libhtp_minver_found="yes"],[libhtp_minver_found="no"]) + PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.40],[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.36, nor the dev 0.5.X" + echo " ERROR! libhtp was found but it is neither >= 0.5.40, nor the dev 0.5.X" echo exit 1 fi