]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: require libhtp 0.5.20 2169/head
authorVictor Julien <victor@inliniac.net>
Fri, 8 Jul 2016 09:26:24 +0000 (11:26 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 8 Jul 2016 09:26:24 +0000 (11:26 +0200)
Ticket #1839

configure.ac

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