Removed configure option --no-threads.

This commit is contained in:
Igor Sysoev
2017-08-24 17:43:32 +03:00
parent 8b4b52ae3b
commit b84aa64dcb
21 changed files with 18 additions and 305 deletions

13
configure vendored
View File

@@ -86,13 +86,7 @@ fi
. auto/mmap
. auto/shmem
. auto/time
if [ $NXT_THREADS = YES ]; then
. auto/threads
else
NXT_PTHREAD=
fi
. auto/threads
. auto/events
. auto/sockets
. auto/sendfile
@@ -116,11 +110,6 @@ if [ $NXT_DEBUG = YES ]; then
fi
if [ $NXT_THREADS = YES ]; then
nxt_have=NXT_THREADS . auto/have
fi
. auto/test_build
. auto/sources
. auto/save