summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-01-16 08:29:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-01-16 08:29:15 +0000
commit58e9d12f23be4ecc7ab6879e8d19239b430f6553 (patch)
tree549c57ad0661d020377f27bf89e7cf91fdc8a1d3 /configure.ac
parent06684c93de3e5fbc01bf6749c62defffaa07c52c (diff)
msys is apparently a cygwin variant that doesn't say it is cygwin...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b18b3810..f6ed390e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -616,7 +616,7 @@ case "$host_os" in
AC_MSG_RESULT(hpux)
PLATFORM=hpux
;;
- *cygwin*)
+ *cygwin*|*msys*)
AC_MSG_RESULT(cygwin)
PLATFORM=cygwin
;;