From: Igor Sysoev Date: Sun, 10 May 2009 18:35:39 +0000 (+0000) Subject: add MSYS support X-Git-Tag: release-0.7.56~3 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=acca7dbf5d25879984507e2826089a52d5ac6156;p=nginx.git add MSYS support --- diff --git a/auto/os/conf b/auto/os/conf index f4d08cb42..9bd5ee3c3 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -22,7 +22,7 @@ case "$NGX_PLATFORM" in . auto/os/darwin ;; - win32) + win32 | MINGW32_* ) . auto/os/win32 ;;