diff 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
line wrap: on
line diff
--- 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" ;;