msys is apparently a cygwin variant that doesn't say it is cygwin...

This commit is contained in:
Nicholas Marriott
2018-01-16 08:29:15 +00:00
parent 06684c93de
commit 58e9d12f23

View File

@ -616,7 +616,7 @@ case "$host_os" in
AC_MSG_RESULT(hpux) AC_MSG_RESULT(hpux)
PLATFORM=hpux PLATFORM=hpux
;; ;;
*cygwin*) *cygwin*|*msys*)
AC_MSG_RESULT(cygwin) AC_MSG_RESULT(cygwin)
PLATFORM=cygwin PLATFORM=cygwin
;; ;;