mirror of
https://github.com/nginx/nginx.git
synced 2026-07-05 00:02:55 +00:00
r2582, r2583 merge:
--with-pcre
This commit is contained in:
parent
222c9f23bc
commit
d10e29e06d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue