commit | b54698b5798b7f1a54226274347ce1faee5a92a4 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Feb 23 20:57:12 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Feb 23 20:57:12 2004 +0000 |
tree | 4708e97a3ed7ae2fc5cc56b02a5f606dc0522707 | |
parent | 0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970 [diff] [blame] |
nginx-0.0.2-2004-02-23-23:57:12 import
diff --git a/auto/configure b/auto/configure index f9ad319..a944573 100755 --- a/auto/configure +++ b/auto/configure
@@ -16,6 +16,10 @@ . auto/cc . auto/lib/conf +if [ "$PLATFORM" != win32 ]; then + . auto/threads +fi + . auto/make . auto/lib/make @@ -23,4 +27,6 @@ . auto/unix fi +#have NGX_SMP . auto/have + . auto/summary