From 8924296aac382b808d89c865a9c4a05ebbf21a0e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 18 May 2010 18:15:56 +0000 Subject: [PATCH] Set the location of ar to be the in-tree ar on Windows --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 05fdc80..634b66b 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 || -- 1.7.10.4