comparison auto/configure @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 1209b8a7b077
children e69d5e9be292
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
56 56
57 if [ "$NGX_PLATFORM" != win32 ]; then 57 if [ "$NGX_PLATFORM" != win32 ]; then
58 . auto/unix 58 . auto/unix
59 fi 59 fi
60 60
61 . auto/threads
61 . auto/modules 62 . auto/modules
62 . auto/lib/conf 63 . auto/lib/conf
63 64
64 case ".$NGX_PREFIX" in 65 case ".$NGX_PREFIX" in
65 .) 66 .)