summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xauto/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index 4287a4e8e..a145a9ee7 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