aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-01 16:44:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-01 16:44:53 +0000
commitd10e29e06d61d70ca119a3d8c40f3d2f2f7420db (patch)
tree068016db01cd719461bcfa9156b7f73781a73c59
parent222c9f23bc6ac15d8f6fde530322b8f050e73bf3 (diff)
downloadnginx-d10e29e06d61d70ca119a3d8c40f3d2f2f7420db.tar.gz
nginx-d10e29e06d61d70ca119a3d8c40f3d2f2f7420db.zip
r2582, r2583 merge:
--with-pcre
-rw-r--r--auto/options4
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/options b/auto/options
index e00bf9764..268ece99c 100644
--- a/auto/options
+++ b/auto/options
@@ -215,6 +215,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" ;;
@@ -333,7 +334,8 @@ cat << END
pentium, pentiumpro, pentium3, pentium4,
athlon, opteron, sparc32, sparc64, ppc64
- --without-pcre disable PCRE libarary usage
+ --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