summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-04 08:37:26 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-04 08:39:01 -0400
commit7109fa8157f3258912c947f28dab7617b5e5d281 (patch)
treec34a049f30ce02c65ea76e46bfd1f26574145f53 /aclocal.m4
parent3030eee24c9d538f7ae2c854fd86129563b6ddf3 (diff)
downloadhaskell-7109fa8157f3258912c947f28dab7617b5e5d281.tar.gz
configure: Accept *-msys as a Windows OS in a triple
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index b34f8985b4..7e1e3e1f0b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1899,7 +1899,7 @@ AC_DEFUN([GHC_LLVM_TARGET], [
llvm_target_vendor="unknown"
llvm_target_os="$3""hf"
;;
- *-mingw32|*-mingw64)
+ *-mingw32|*-mingw64|*-msys)
llvm_target_vendor="unknown"
llvm_target_os="windows"
;;