Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto/configure b/auto/configure
index eb2fed051..b4a0b5680 100755
--- a/auto/configure
+++ b/auto/configure
@@ -23,13 +23,14 @@ fi
. auto/cc/conf
. auto/os/conf
-. auto/modules
-. auto/lib/conf
if [ "$PLATFORM" != win32 ]; then
. auto/threads
fi
+. auto/modules
+. auto/lib/conf
+
. auto/make
. auto/lib/make
. auto/install