diff options
Diffstat (limited to 'auto/configure')
-rwxr-xr-x | auto/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure index f9ad3191c..a944573a5 100755 --- a/auto/configure +++ b/auto/configure @@ -16,6 +16,10 @@ fi . auto/cc . auto/lib/conf +if [ "$PLATFORM" != win32 ]; then + . auto/threads +fi + . auto/make . auto/lib/make @@ -23,4 +27,6 @@ if [ "$PLATFORM" != win32 ]; then . auto/unix fi +#have NGX_SMP . auto/have + . auto/summary |