summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index 9a72db42f..5e9c262bd 100755
--- a/auto/configure
+++ b/auto/configure
@@ -31,6 +31,12 @@ if test -z "$NGX_PLATFORM"; then
NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
+ case "$NGX_SYSTEM" in
+ MINGW32_*)
+ NGX_PLATFORM=win32
+ ;;
+ esac
+
else
echo "building for $NGX_PLATFORM"
NGX_SYSTEM=$NGX_PLATFORM