diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |