]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: require libhtp 0.5.32 4442/head
authorVictor Julien <victor@inliniac.net>
Fri, 13 Dec 2019 10:12:15 +0000 (11:12 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 13 Dec 2019 10:25:41 +0000 (11:25 +0100)
(cherry picked from commit 9bcc1118e18076ac401d9fd47ee20e8fdc9837f3)

configure.ac

index 71f5116b32f2a9b6f1550f74dbfda7fedb3f173f..3ba272522789de09a4dfe4e3588120972d085e22 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.32],[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.32, nor the dev 0.5.X"
                 echo
                 exit 1
             fi