From c48d84313f07504872bc5b21b124b4562cc83981 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 ef2210a2..b9c4e8bf 100644 --- a/configure.ac +++ b/configure.ac @@ -567,7 +567,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 $pcre_jit $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api" APXS_WRAPPER=build/apxs-wrapper APXS_EXTRA_CFLAGS=""