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/modules | |
| 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/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index a8607eefc..93e0de995 100644 --- a/auto/modules +++ b/auto/modules @@ -396,6 +396,12 @@ if [ $USE_OPENSSL = YES ]; then CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS" fi +if [ $USE_PCRE = YES ]; then + modules="$modules $REGEX_MODULE" + CORE_DEPS="$CORE_DEPS $REGEX_DEPS" + CORE_SRCS="$CORE_SRCS $REGEX_SRCS" +fi + if [ $HTTP = YES ]; then modules="$modules $HTTP_MODULES $HTTP_FILTER_MODULES \ $HTTP_HEADERS_FILTER_MODULE \ |
