summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2017-06-06 18:13:39 +0300
committerOrgad Shaneh <orgads@gmail.com>2017-06-06 18:13:39 +0300
commit884b762dbb3f174c133eeef9ba5ba7d60e3c1708 (patch)
tree087f3e60ea267112c759fc544d37da37fa83c73c
parent13f49b0013d7a01421925ba7e86624eae8fcf2e7 (diff)
downloadnginx-884b762dbb3f174c133eeef9ba5ba7d60e3c1708.tar.gz
Configure: fix compilation on MSYS2 / MinGW64.
-rwxr-xr-xauto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure
index ceff15e49..7e6e33a7c 100755
--- a/auto/configure
+++ b/auto/configure
@@ -36,7 +36,7 @@ if test -z "$NGX_PLATFORM"; then
NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
case "$NGX_SYSTEM" in
- MINGW32_*)
+ MINGW32_* | MINGW64_* | MSYS_*)
NGX_PLATFORM=win32
;;
esac