diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/options b/auto/options index 65fd360de..e00bf9764 100644 --- a/auto/options +++ b/auto/options @@ -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" ;; |
