]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
version: require libhtp 0.5.43
authorVictor Julien <vjulien@oisf.net>
Thu, 20 Apr 2023 09:06:26 +0000 (11:06 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 20 Apr 2023 09:06:38 +0000 (11:06 +0200)
configure.ac

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