comparison auto/options @ 370:9a242235a80a NGINX_0_6_29

nginx 0.6.29 *) Feature: the ngx_google_perftools_module. *) Bugfix: the ngx_http_perl_module could be not built on 64-bit platforms; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Tue, 18 Mar 2008 00:00:00 +0300
parents 9121a0a91f47
children 6639b93e81b2
comparison
equal deleted inserted replaced
369:5906b8639a07 370:9a242235a80a
113 ZLIB_ASM=NO 113 ZLIB_ASM=NO
114 114
115 USE_PERL=NO 115 USE_PERL=NO
116 NGX_PERL=perl 116 NGX_PERL=perl
117 117
118 NGX_GOOGLE_PERFTOOLS=NO
119
118 NGX_CPU_CACHE_LINE= 120 NGX_CPU_CACHE_LINE=
119 121
120 122
121 for option 123 for option
122 do 124 do
199 --with-imap_ssl_module) MAIL_SSL=YES ;; 201 --with-imap_ssl_module) MAIL_SSL=YES ;;
200 --without-mail_pop3_module) MAIL_POP3=NO ;; 202 --without-mail_pop3_module) MAIL_POP3=NO ;;
201 --without-mail_imap_module) MAIL_IMAP=NO ;; 203 --without-mail_imap_module) MAIL_IMAP=NO ;;
202 --without-mail_smtp_module) MAIL_SMTP=NO ;; 204 --without-mail_smtp_module) MAIL_SMTP=NO ;;
203 205
206 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
207
204 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 208 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
205 209
206 --with-cc=*) CC="$value" ;; 210 --with-cc=*) CC="$value" ;;
207 --with-cpp=*) CPP="$value" ;; 211 --with-cpp=*) CPP="$value" ;;
208 --with-cc-opt=*) NGX_CC_OPT="$value" ;; 212 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
315 --with-mail_ssl_module enable ngx_mail_ssl_module 319 --with-mail_ssl_module enable ngx_mail_ssl_module
316 --without-mail_pop3_module disable ngx_mail_pop3_module 320 --without-mail_pop3_module disable ngx_mail_pop3_module
317 --without-mail_imap_module disable ngx_mail_imap_module 321 --without-mail_imap_module disable ngx_mail_imap_module
318 --without-mail_smtp_module disable ngx_mail_smtp_module 322 --without-mail_smtp_module disable ngx_mail_smtp_module
319 323
324 --with-google_perftools_module enable ngx_google_perftools_module
325
320 --add-module=PATH enable an external module 326 --add-module=PATH enable an external module
321 327
322 --with-cc=PATH set path to C compiler 328 --with-cc=PATH set path to C compiler
323 --with-cpp=PATH set path to C preprocessor 329 --with-cpp=PATH set path to C preprocessor
324 --with-cc-opt=OPTIONS set additional options for C compiler 330 --with-cc-opt=OPTIONS set additional options for C compiler