From 2c833f1c0d57363fcc12215fb247655fca26520d Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Thu, 18 Apr 2013 23:11:21 -0400 Subject: [PATCH] MODSEC-392 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78ca88f8..59b40ceb 100644 --- a/configure.ac +++ b/configure.ac @@ -374,7 +374,7 @@ AC_ARG_ENABLE(htaccess-config, # Enable phase-1 in post_read_request AC_ARG_ENABLE(request-early, AS_HELP_STRING([--enable-request-early], - [Place phase1 into post_read_request hook.]), + [Place phase1 into post_read_request hook. default is hook_request_early]), [ if test "$enableval" != "no"; then request_early="-DREQUEST_EARLY"