details:   http://hg.nginx.org/nginx/rev/4a343228c55e
branches:  
changeset: 7030:4a343228c55e
user:      Orgad Shaneh <[email protected]>
date:      Tue Jun 06 18:13:39 2017 +0300
description:
Configure: fix compilation on MSYS2 / MinGW64.

diffstat:

 auto/configure |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/auto/configure b/auto/configure
--- 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
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to