commit | 7af6b16936b630feabecbce0dbc9cf84b4943481 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Feb 09 07:46:43 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Feb 09 07:46:43 2004 +0000 |
tree | 18301d35a84907e66fe94ddc7600d4ec6d600409 | |
parent | 9260294400c902904cdf791c9c2e8fd069feec63 [diff] [blame] |
nginx-0.0.2-2004-02-09-10:46:43 import
diff --git a/auto/configure b/auto/configure index 4287a4e..a145a9e 100755 --- a/auto/configure +++ b/auto/configure
@@ -3,8 +3,13 @@ . auto/init . auto/sources +test $OBJ || mkdir $OBJ echo > $NGX_AUTO_CONFIG_H +if [ "$PLATFORM" != win32 ]; then + . auto/headers +fi + . auto/os/conf . auto/modules