Removed configure option --no-threads.
This commit is contained in:
@@ -13,7 +13,6 @@ NXT_CC_OPT=
|
||||
NXT_LD_OPT=
|
||||
|
||||
NXT_DEBUG=NO
|
||||
NXT_THREADS=YES
|
||||
|
||||
NXT_INET6=NO
|
||||
NXT_UNIX_DOMAIN=YES
|
||||
@@ -57,9 +56,6 @@ do
|
||||
|
||||
--debug) NXT_DEBUG=YES ;;
|
||||
|
||||
--threads) NXT_THREADS=YES ;;
|
||||
--no-threads) NXT_THREADS=NO ;;
|
||||
|
||||
--ipv6) NXT_INET6=YES ;;
|
||||
--inet6) NXT_INET6=YES ;;
|
||||
--no-unix-domain) NXT_UNIX_DOMAIN=NO ;;
|
||||
|
||||
Reference in New Issue
Block a user