summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-18 18:15:56 +0000
committerIan Lynagh <igloo@earth.li>2010-05-18 18:15:56 +0000
commit8924296aac382b808d89c865a9c4a05ebbf21a0e (patch)
treec2cc50e7dfd79e4a04edd6baf862558e7cf3b015 /configure.ac
parent40f270cf91cead48e5d7ebbdd13ab5ca52e4c351 (diff)
downloadhaskell-8924296aac382b808d89c865a9c4a05ebbf21a0e.tar.gz
Set the location of ar to be the in-tree ar on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 05fdc80736..634b66b2bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,6 +416,7 @@ then
CC="$hardtop/inplace/mingw/bin/gcc.exe"
LD="$hardtop/inplace/mingw/bin/ld.exe"
NM="$hardtop/inplace/mingw/bin/nm.exe"
+ fp_prog_ar_raw="$hardtop/inplace/mingw/bin/ar.exe"
if ! test -d inplace/mingw ||
test inplace/mingw -ot ghc-tarballs/mingw/binutils*.tar.gz ||
test inplace/mingw -ot ghc-tarballs/mingw/gcc-core*.tar.gz ||