Skip to content

Commit

Permalink
version: release 5.0.3, require libhtp 0.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Apr 28, 2020
1 parent e9e7cf9 commit d5cd40d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([suricata],[5.0.3-dev])
AC_INIT([suricata],[5.0.3])
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/suricata.c])
Expand Down Expand Up @@ -1598,12 +1598,12 @@
echo
exit 1
fi
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.32],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.33],[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.32, nor the dev 0.5.X"
echo " ERROR! libhtp was found but it is neither >= 0.5.33, nor the dev 0.5.X"
echo
exit 1
fi
Expand Down

0 comments on commit d5cd40d

Please sign in to comment.