diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-01-16 08:29:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-01-16 08:29:15 +0000 |
commit | 58e9d12f23be4ecc7ab6879e8d19239b430f6553 (patch) | |
tree | 549c57ad0661d020377f27bf89e7cf91fdc8a1d3 | |
parent | 06684c93de3e5fbc01bf6749c62defffaa07c52c (diff) | |
download | rtmux-58e9d12f23be4ecc7ab6879e8d19239b430f6553.tar.gz rtmux-58e9d12f23be4ecc7ab6879e8d19239b430f6553.tar.bz2 rtmux-58e9d12f23be4ecc7ab6879e8d19239b430f6553.zip |
msys is apparently a cygwin variant that doesn't say it is cygwin...
-rw-r--r-- | configure.ac | 2 |
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 ;; |