mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix configure help added in #1403
This commit is contained in:
@@ -490,7 +490,7 @@ AC_ARG_ENABLE(handler-logging,
|
|||||||
# Disable logging of dechunking
|
# Disable logging of dechunking
|
||||||
AC_ARG_ENABLE(dechunk-logging,
|
AC_ARG_ENABLE(dechunk-logging,
|
||||||
AS_HELP_STRING([--enable-dechunk-logging],
|
AS_HELP_STRING([--enable-dechunk-logging],
|
||||||
[Enable logging of dechunking in audit log when log level < 9. This is the default]),
|
[Enable logging of dechunking even when log level is < 9. This is the default]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
log_dechunk=
|
log_dechunk=
|
||||||
|
Reference in New Issue
Block a user