From cf37f97e7b6468102528822d7e8a254319770f18 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Sat, 22 Oct 2011 22:23:31 +0000 Subject: [PATCH] Enable default configure options --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 705a3d51..ef4a4290 100644 --- a/configure.ac +++ b/configure.ac @@ -549,7 +549,7 @@ else fi fi -#MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api" +MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api" APXS_WRAPPER=build/apxs-wrapper APXS_EXTRA_CFLAGS=""