]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: require libhtp 0.5.32 4441/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:19:42 +0000 (11:19 +0100)
configure.ac

index 9791d982f029a7aafebe5845f4fb1fe078a0a72c..44e18ddeec7b3d6643a7495b47d2e7699657631d 100644 (file)
             echo
             exit 1
         fi
-        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.31],[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.31, 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