summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-10 19:49:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-10 19:49:14 +0000
commitec43d91a5846febc5fc80f9b884299ea935d7c45 (patch)
treece26fc667aad0f0926519de77d3847d2c97c1d92 /auto/configure
parent393ce88261bbdbf681c1043d57f2116910fe8a12 (diff)
downloadnginx-ec43d91a5846febc5fc80f9b884299ea935d7c45.tar.gz
nginx-ec43d91a5846febc5fc80f9b884299ea935d7c45.tar.bz2
backout -r2827 and add correct fix
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