diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-14 21:35:53 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-14 21:35:53 +0000 |
commit | 2719cacde99fd3127a3569feebdf7183030e000d (patch) | |
tree | 1ad4db46fe8c6a13504675a61a996a08d3054c37 /configure.ac | |
parent | 08894f96407635781a233145435a78f144accab0 (diff) | |
download | haskell-2719cacde99fd3127a3569feebdf7183030e000d.tar.gz |
Define "ar command" correctly in settings file on Windows
We want to use the inplace ar, rather than whichever ar the
machine that we build on happens to have.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 252f077303..bf7e84895a 100644 --- a/configure.ac +++ b/configure.ac @@ -466,8 +466,6 @@ dnl May need to use gcc to find platform details. dnl -------------------------------------------------------------- FPTOOLS_SET_HASKELL_PLATFORM_VARS -FP_SETTINGS - dnl ** figure out how to do context diffs FP_PROG_CONTEXT_DIFF @@ -487,6 +485,7 @@ FP_PROG_AR_NEEDS_RANLIB dnl ** Check to see whether ln -s works AC_PROG_LN_S +FP_SETTINGS dnl ** Find the path to sed AC_PATH_PROGS(SedCmd,gsed sed,sed) |