summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure5
1 files changed, 1 insertions, 4 deletions
diff --git a/auto/configure b/auto/configure
index 8ee1c80fb..8ef3a9aca 100755
--- a/auto/configure
+++ b/auto/configure
@@ -53,6 +53,7 @@ fi
if [ "$NGX_PLATFORM" != win32 ]; then
. auto/os/features
. auto/threads
+ . auto/unix
fi
. auto/modules
@@ -99,10 +100,6 @@ have=NGX_HTTP_SCGI_TEMP_PATH value="\"$NGX_HTTP_SCGI_TEMP_PATH\""
. auto/lib/make
. auto/install
-if [ "$NGX_PLATFORM" != win32 ]; then
- . auto/unix
-fi
-
# STUB
. auto/stubs