mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
--with-pcre
This commit is contained in:
@@ -231,6 +231,7 @@ do
|
|||||||
--with-debug) NGX_DEBUG=YES ;;
|
--with-debug) NGX_DEBUG=YES ;;
|
||||||
|
|
||||||
--without-pcre) USE_PCRE=DISABLED ;;
|
--without-pcre) USE_PCRE=DISABLED ;;
|
||||||
|
--with-pcre) USE_PCRE=YES ;;
|
||||||
--with-pcre=*) PCRE="$value" ;;
|
--with-pcre=*) PCRE="$value" ;;
|
||||||
--with-pcre-opt=*) PCRE_OPT="$value" ;;
|
--with-pcre-opt=*) PCRE_OPT="$value" ;;
|
||||||
|
|
||||||
@@ -357,6 +358,7 @@ cat << END
|
|||||||
athlon, opteron, sparc32, sparc64, ppc64
|
athlon, opteron, sparc32, sparc64, ppc64
|
||||||
|
|
||||||
--without-pcre disable PCRE library usage
|
--without-pcre disable PCRE library usage
|
||||||
|
--with-pcre force PCRE library usage
|
||||||
--with-pcre=DIR set path to PCRE library sources
|
--with-pcre=DIR set path to PCRE library sources
|
||||||
--with-pcre-opt=OPTIONS set additional options for PCRE building
|
--with-pcre-opt=OPTIONS set additional options for PCRE building
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user