mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Prints rules language tests version on the configure summary
This commit is contained in:
parent
43c9b92163
commit
d8793e444f
@ -80,6 +80,8 @@ test "x$HAS_LIBINJECTION" = "x" && AC_MSG_ERROR([\
|
|||||||
# Libinjection version
|
# Libinjection version
|
||||||
AC_DEFUN([LIBINJECTION_VERSION], m4_esyscmd_s(PWD="others/libinjection" git describe))
|
AC_DEFUN([LIBINJECTION_VERSION], m4_esyscmd_s(PWD="others/libinjection" git describe))
|
||||||
|
|
||||||
|
# SecLang test version
|
||||||
|
AC_DEFUN([SECLANG_TEST_VERSION], m4_esyscmd_s(PWD="test/test-cases/secrules-language-tests" git log -1 --format="%h" --abbrev-commit))
|
||||||
|
|
||||||
|
|
||||||
# Check for yajl
|
# Check for yajl
|
||||||
@ -225,6 +227,9 @@ echo " "
|
|||||||
echo " Mandatory dependencies"
|
echo " Mandatory dependencies"
|
||||||
echo -n " + libInjection ...."
|
echo -n " + libInjection ...."
|
||||||
echo LIBINJECTION_VERSION
|
echo LIBINJECTION_VERSION
|
||||||
|
echo -n " + SecLang tests ...."
|
||||||
|
echo SECLANG_TEST_VERSION
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo " Optional dependencies"
|
echo " Optional dependencies"
|
||||||
if test "x$GEOIP_FOUND" = "x0"; then
|
if test "x$GEOIP_FOUND" = "x0"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user