From bc5191c7bcfb7df191cbe411882eab9a1c71e518 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 26 Dec 2011 13:10:36 +0000 Subject: Added support for regex study and PCRE JIT (ticket #41) optimizations on configuration phase. --- auto/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index 24fa3b89f..38b3f40af 100644 --- a/auto/sources +++ b/auto/sources @@ -69,6 +69,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_crypt.c" +REGEX_MODULE=ngx_regex_module REGEX_DEPS=src/core/ngx_regex.h REGEX_SRCS=src/core/ngx_regex.c -- cgit