summaryrefslogtreecommitdiff
path: root/auto/options
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/options
parent947bdfa7fe9559ccbc9c47a49105d78b9b674a64 (diff)
Added support for regex study and PCRE JIT (ticket #41) optimizations on
configuration phase.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index e8de4ff4..2b040238 100644
--- a/auto/options
+++ b/auto/options
@@ -111,6 +111,8 @@ NGX_ADDONS=
USE_PCRE=NO
PCRE=NONE
PCRE_OPT=
+PCRE_CONF_OPT=
+PCRE_JIT=NO
USE_OPENSSL=NO
OPENSSL=NONE
@@ -274,6 +276,7 @@ use the \"--without-http_limit_conn_module\" option instead"
--with-pcre) USE_PCRE=YES ;;
--with-pcre=*) PCRE="$value" ;;
--with-pcre-opt=*) PCRE_OPT="$value" ;;
+ --with-pcre-jit) PCRE_JIT=YES ;;
--with-openssl=*) OPENSSL="$value" ;;
--with-openssl-opt=*) OPENSSL_OPT="$value" ;;
@@ -421,6 +424,7 @@ cat << END
--with-pcre force PCRE library usage
--with-pcre=DIR set path to PCRE library sources
--with-pcre-opt=OPTIONS set additional build options for PCRE
+ --with-pcre-jit build PCRE with JIT compilation support
--with-md5=DIR set path to md5 library sources
--with-md5-opt=OPTIONS set additional build options for md5