comparison auto/options @ 2582:2068bdecc876

--with-pcre
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Mar 2009 16:06:32 +0000
parents b03e87048796
children 3a8a53c0c42f
comparison
equal deleted inserted replaced
2581:b03e87048796 2582:2068bdecc876
229 --with-ld-opt=*) NGX_LD_OPT="$value" ;; 229 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
230 --with-cpu-opt=*) CPU="$value" ;; 230 --with-cpu-opt=*) CPU="$value" ;;
231 --with-debug) NGX_DEBUG=YES ;; 231 --with-debug) NGX_DEBUG=YES ;;
232 232
233 --without-pcre) USE_PCRE=DISABLED ;; 233 --without-pcre) USE_PCRE=DISABLED ;;
234 --with-pcre) USE_PCRE=YES ;;
234 --with-pcre=*) PCRE="$value" ;; 235 --with-pcre=*) PCRE="$value" ;;
235 --with-pcre-opt=*) PCRE_OPT="$value" ;; 236 --with-pcre-opt=*) PCRE_OPT="$value" ;;
236 237
237 --with-openssl=*) OPENSSL="$value" ;; 238 --with-openssl=*) OPENSSL="$value" ;;
238 --with-openssl-opt=*) OPENSSL_OPT="$value" ;; 239 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
355 --with-cpu-opt=CPU build for specified CPU, the valid values: 356 --with-cpu-opt=CPU build for specified CPU, the valid values:
356 pentium, pentiumpro, pentium3, pentium4, 357 pentium, pentiumpro, pentium3, pentium4,
357 athlon, opteron, sparc32, sparc64, ppc64 358 athlon, opteron, sparc32, sparc64, ppc64
358 359
359 --without-pcre disable PCRE library usage 360 --without-pcre disable PCRE library usage
361 --with-pcre force PCRE library usage
360 --with-pcre=DIR set path to PCRE library sources 362 --with-pcre=DIR set path to PCRE library sources
361 --with-pcre-opt=OPTIONS set additional options for PCRE building 363 --with-pcre-opt=OPTIONS set additional options for PCRE building
362 364
363 --with-md5=DIR set path to md5 library sources 365 --with-md5=DIR set path to md5 library sources
364 --with-md5-opt=OPTIONS set additional options for md5 building 366 --with-md5-opt=OPTIONS set additional options for md5 building