diff auto/configure @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents 8e39cab6abd5
children b836469c37c3
line wrap: on
line diff
--- 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