From: Orgad Shaneh Date: Tue, 6 Jun 2017 15:13:39 +0000 (+0300) Subject: Configure: fix compilation on MSYS2 / MinGW64. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=884b762dbb3f174c133eeef9ba5ba7d60e3c1708;p=nginx.git Configure: fix compilation on MSYS2 / MinGW64. --- 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