diff auto/options @ 6017:83d54192e97b

Configure: removed obsolete threads bits.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Mar 2015 19:08:27 +0300
parents efc84a5723b3
children 466bd63b63d1
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -190,9 +190,6 @@ do
         --without-poll_module)           EVENT_POLL=NONE            ;;
         --with-aio_module)               EVENT_AIO=YES              ;;
 
-        #--with-threads=*)                USE_THREADS="$value"       ;;
-        #--with-threads)                  USE_THREADS="pthreads"     ;;
-
         --with-file-aio)                 NGX_FILE_AIO=YES           ;;
         --with-ipv6)                     NGX_IPV6=YES               ;;