diff auto/sources @ 4388:005fc2d5e84f

Added support for regex study and PCRE JIT (ticket #41) optimizations on configuration phase.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 26 Dec 2011 13:10:36 +0000
parents 91874133fb27
children d620f497c50f
line wrap: on
line diff
--- 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