comparison auto/options @ 1979:278a1d3b4dbf

disable confusing messages about threads
author Igor Sysoev <igor@sysoev.ru>
date Tue, 29 Apr 2008 09:27:55 +0000
parents e5ce4e2de846
children dad4423ef56a 96b878c984f4
comparison
equal deleted inserted replaced
1978:c10e7b563fb4 1979:278a1d3b4dbf
148 --without-select_module) EVENT_SELECT=NONE ;; 148 --without-select_module) EVENT_SELECT=NONE ;;
149 --with-poll_module) EVENT_POLL=YES ;; 149 --with-poll_module) EVENT_POLL=YES ;;
150 --without-poll_module) EVENT_POLL=NONE ;; 150 --without-poll_module) EVENT_POLL=NONE ;;
151 --with-aio_module) EVENT_AIO=YES ;; 151 --with-aio_module) EVENT_AIO=YES ;;
152 152
153 --with-threads=*) USE_THREADS="$value" ;; 153 #--with-threads=*) USE_THREADS="$value" ;;
154 --with-threads) USE_THREADS="pthreads" ;; 154 #--with-threads) USE_THREADS="pthreads" ;;
155 155
156 --without-http) HTTP=NO ;; 156 --without-http) HTTP=NO ;;
157 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;; 157 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
158 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 158 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
159 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; 159 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;