# HG changeset patch # User Igor Sysoev # Date 1237478792 0 # Node ID 2068bdecc876b1c846be8e1eba0b6f798c07890c # Parent b03e870487968b81c4b3aac60f6dfc2e7871ca8c --with-pcre diff --git a/auto/options b/auto/options --- 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