]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
libhtp: require 0.5.40 7292/head
authorVictor Julien <vjulien@oisf.net>
Fri, 22 Apr 2022 12:30:26 +0000 (14:30 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 22 Apr 2022 12:30:32 +0000 (14:30 +0200)
Ticket: #4970.

configure.ac

index 557b364d60a68875e4f2362c9d0b899c99ffbda6..9780991122e42b32eaa1e5b1f6ddcf222adce786 100644 (file)
             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