summaryrefslogtreecommitdiff
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-19 16:06:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-03-19 16:06:32 +0000
commite231e583678d8c814885e1bd378b1a248044bc44 (patch)
tree7259d7e01395ffb159b0f58d43673aaa4843a75f /auto/options
parent58e19b7d53d74a8291c94f14c75279055ae9df21 (diff)
--with-pcre
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 8c78dbe5..e90e15ab 100644
--- a/auto/options
+++ b/auto/options
@@ -231,6 +231,7 @@ do
--with-debug) NGX_DEBUG=YES ;;
--without-pcre) USE_PCRE=DISABLED ;;
+ --with-pcre) USE_PCRE=YES ;;
--with-pcre=*) PCRE="$value" ;;
--with-pcre-opt=*) PCRE_OPT="$value" ;;
@@ -357,6 +358,7 @@ cat << END
athlon, opteron, sparc32, sparc64, ppc64
--without-pcre disable PCRE library usage
+ --with-pcre force PCRE library usage
--with-pcre=DIR set path to PCRE library sources
--with-pcre-opt=OPTIONS set additional options for PCRE building