From: Victor Julien Date: Thu, 3 Dec 2020 11:10:22 +0000 (+0100) Subject: configure: require libhtp 0.5.36 X-Git-Tag: suricata-6.0.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5af8864f7d2e1521a33f1e48e804404a87e8f0e;p=thirdparty%2Fsuricata.git configure: require libhtp 0.5.36 --- diff --git a/configure.ac b/configure.ac index 6b156b60c0..bf6868827b 100644 --- a/configure.ac +++ b/configure.ac @@ -1674,12 +1674,12 @@ echo exit 1 fi - PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.35],[libhtp_minver_found="yes"],[libhtp_minver_found="no"]) + PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.36],[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.35, nor the dev 0.5.X" + echo " ERROR! libhtp was found but it is neither >= 0.5.36, nor the dev 0.5.X" echo exit 1 fi