summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-03-15 18:14:40 +0000
committerIan Lynagh <igloo@earth.li>2012-03-15 18:14:40 +0000
commitaff6b8470f2833587e668148aadb78a841604399 (patch)
tree049f0b9ca915ba8f4c4c95dee423a22a869033f0 /configure.ac
parent8dfe8ee4a3649a58542aae592eabaf62c49179a4 (diff)
parenta83d9fb92b9807fcaf5de399ee5f90d93e0c704d (diff)
downloadhaskell-aff6b8470f2833587e668148aadb78a841604399.tar.gz
Merge branch 'master' of win:c:/m64/head/.
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 b424ab12e0..b796f6d441 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