changeset 7030:4a343228c55e

Configure: fix compilation on MSYS2 / MinGW64.
author Orgad Shaneh <orgads@gmail.com>
date Tue, 06 Jun 2017 18:13:39 +0300
parents 3c55863e6887
children b7b7f3a0cc28
files auto/configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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