diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-22 13:46:57 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-22 13:46:57 +0100 |
commit | 6994ed9daebb24ffb9142305394035f5f1d1ae91 (patch) | |
tree | 0b66bd252a0841503526127067c22b7b6e68ee04 | |
parent | c95342cef63fad2edfaf3868de11ff7781b440c8 (diff) | |
download | haskell-6994ed9daebb24ffb9142305394035f5f1d1ae91.tar.gz |
Fix path to ar on Windows
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aeea6a4d9e..f631fd3131 100644 --- a/configure.ac +++ b/configure.ac @@ -337,7 +337,7 @@ then CC="${mingwbin}gcc.exe" LD="${mingwbin}ld.exe" NM="${mingwbin}nm.exe" - fp_prog_ar_raw="${mingwbin}ar.exe" + fp_prog_ar="${mingwbin}ar.exe" if ! test -d inplace/perl || test inplace/perl -ot ghc-tarballs/perl/ghc-perl*.tar.gz |