mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
disable confusing messages about threads
This commit is contained in:
@@ -150,8 +150,8 @@ do
|
||||
--without-poll_module) EVENT_POLL=NONE ;;
|
||||
--with-aio_module) EVENT_AIO=YES ;;
|
||||
|
||||
--with-threads=*) USE_THREADS="$value" ;;
|
||||
--with-threads) USE_THREADS="pthreads" ;;
|
||||
#--with-threads=*) USE_THREADS="$value" ;;
|
||||
#--with-threads) USE_THREADS="pthreads" ;;
|
||||
|
||||
--without-http) HTTP=NO ;;
|
||||
--http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
|
||||
|
||||
Reference in New Issue
Block a user