summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-01-14 21:35:53 +0000
committerIan Lynagh <igloo@earth.li>2012-01-14 21:35:53 +0000
commit2719cacde99fd3127a3569feebdf7183030e000d (patch)
tree1ad4db46fe8c6a13504675a61a996a08d3054c37 /distrib
parent08894f96407635781a233145435a78f144accab0 (diff)
downloadhaskell-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 'distrib')
-rw-r--r--distrib/configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 458f5f433f..0037ff1ce8 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -88,8 +88,6 @@ dnl May need to use gcc to find platform details.
dnl --------------------------------------------------------------
FPTOOLS_SET_HASKELL_PLATFORM_VARS
-FP_SETTINGS
-
dnl WordSize for settings.in
AC_CHECK_SIZEOF(void *, 4)
WordSize=$ac_cv_sizeof_void_p
@@ -100,6 +98,8 @@ dnl ** how to invoke `ar' and `ranlib'
#
FP_PROG_AR_NEEDS_RANLIB
+FP_SETTINGS
+
#
AC_CONFIG_FILES(settings mk/config.mk mk/install.mk)
AC_OUTPUT