summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2011-12-26 13:10:36 +0000
committerValentin Bartenev <vbart@nginx.com>2011-12-26 13:10:36 +0000
commitbc5191c7bcfb7df191cbe411882eab9a1c71e518 (patch)
tree8e35857c295a4b8d0612a4ae33d1e1fe47ead960 /auto/modules
parent947bdfa7fe9559ccbc9c47a49105d78b9b674a64 (diff)
downloadnginx-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/modules6
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 \