summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-24 17:43:32 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-24 17:43:32 +0300
commitb84aa64dcbfb92d31cef10f2f45025a67f2418e4 (patch)
treebd7509540538801bdde233b24c0a130fbd6d757a /configure
parent8b4b52ae3b3c9400b3d7040a591203a0c1b74ec3 (diff)
downloadunit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.gz
unit-b84aa64dcbfb92d31cef10f2f45025a67f2418e4.tar.bz2
Removed configure option --no-threads.
Diffstat (limited to '')
-rwxr-xr-xconfigure13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure b/configure
index 5a9e140c..b640517c 100755
--- a/configure
+++ b/configure
@@ -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