]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: bump minimum htp to 0.5.30
authorVictor Julien <victor@inliniac.net>
Tue, 27 Aug 2019 09:55:11 +0000 (11:55 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 3 Sep 2019 11:25:20 +0000 (13:25 +0200)
configure.ac

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