From 884b762dbb3f174c133eeef9ba5ba7d60e3c1708 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 6 Jun 2017 18:13:39 +0300 Subject: [PATCH] Configure: fix compilation on MSYS2 / MinGW64. --- auto/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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