commit | ec43d91a5846febc5fc80f9b884299ea935d7c45 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun May 10 19:49:14 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun May 10 19:49:14 2009 +0000 |
tree | ce26fc667aad0f0926519de77d3847d2c97c1d92 | |
parent | 393ce88261bbdbf681c1043d57f2116910fe8a12 [diff] [blame] |
backout -r2827 and add correct fix
diff --git a/auto/configure b/auto/configure index 9a72db4..5e9c262 100755 --- a/auto/configure +++ b/auto/configure
@@ -31,6 +31,12 @@ 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