]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: require libhtp 0.5.36 5626/head
authorVictor Julien <victor@inliniac.net>
Thu, 3 Dec 2020 11:10:22 +0000 (12:10 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 3 Dec 2020 11:10:22 +0000 (12:10 +0100)
configure.ac

index 6b156b60c09fcf86ad6d1919346fd89e19857323..bf6868827bec00613367a9aa392664f54d5d46ec 100644 (file)
             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