diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2011-12-26 13:10:36 +0000 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2011-12-26 13:10:36 +0000 |
| commit | bc5191c7bcfb7df191cbe411882eab9a1c71e518 (patch) | |
| tree | 8e35857c295a4b8d0612a4ae33d1e1fe47ead960 /auto/sources | |
| parent | 947bdfa7fe9559ccbc9c47a49105d78b9b674a64 (diff) | |
| download | nginx-bc5191c7bcfb7df191cbe411882eab9a1c71e518.tar.gz nginx-bc5191c7bcfb7df191cbe411882eab9a1c71e518.tar.bz2 | |
Added support for regex study and PCRE JIT (ticket #41) optimizations on
configuration phase.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
