summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-03-15 18:14:05 +0000
committerIan Lynagh <igloo@earth.li>2012-03-15 18:14:05 +0000
commita83d9fb92b9807fcaf5de399ee5f90d93e0c704d (patch)
tree21fa3887de77c9b7b83242179437e50f2e3ba665 /configure.ac
parent0268a23c34417849ec05603254311f979af97c41 (diff)
downloadhaskell-a83d9fb92b9807fcaf5de399ee5f90d93e0c704d.tar.gz
Fix tarball name for Win64 mingw
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c9df53798..3977cb4c14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,14 +295,14 @@ then
# NB. If you update the tarballs to a new version of gcc, don't
# forget to tweak the paths in driver/gcc/gcc.c.
if ! test -d inplace/mingw ||
- test inplace/mingw -ot ghc-tarballs/mingw64/x86_64-w64-*.zip
+ test inplace/mingw -ot ghc-tarballs/mingw64/mingw-w64-bin_*.zip
then
AC_MSG_NOTICE([Making in-tree mingw tree])
rm -rf inplace/mingw
mkdir inplace/mingw
(
cd inplace/mingw &&
- unzip ../../ghc-tarballs/mingw64/x86_64-w64-*.zip
+ unzip ../../ghc-tarballs/mingw64/mingw-w64-bin_*.zip
)
AC_MSG_NOTICE([In-tree mingw tree created])
fi