From: Igor Sysoev Date: Thu, 19 Mar 2009 16:06:32 +0000 (+0000) Subject: --with-pcre X-Git-Tag: release-0.7.44~11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e231e583678d8c814885e1bd378b1a248044bc44;p=nginx.git --with-pcre --- diff --git a/auto/options b/auto/options index 8c78dbe5c..e90e15abb 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