]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
htp: require 0.5.31
authorVictor Julien <victor@inliniac.net>
Wed, 9 Oct 2019 15:35:02 +0000 (17:35 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 9 Oct 2019 15:35:02 +0000 (17:35 +0200)
configure.ac

index fa671024db86ff948fea4b641046f047d441de5e..31b550a1494a9f2e67b53c7fdadf19f4a713c66a 100644 (file)
             echo
             exit 1
         fi
-        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.30],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
+        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.31],[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.30, nor the dev 0.5.X"
+                echo "   ERROR! libhtp was found but it is neither >= 0.5.31, nor the dev 0.5.X"
                 echo
                 exit 1
             fi