summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-03-15 21:06:36 +0000
committerIan Lynagh <igloo@earth.li>2012-03-15 21:06:36 +0000
commit84ccbea7baa757c2f39ced499a971f3f7857a897 (patch)
treefa02fbfc446e02c3c8c0ba75c31eebd7a79438a6 /aclocal.m4
parent3ed307306fafb56c4246d9baae0d1aa5159dbbad (diff)
downloadhaskell-84ccbea7baa757c2f39ced499a971f3f7857a897.tar.gz
Fix another copy/paste-o in aclocal.m4
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 21a6a57243..5652185b5e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -363,7 +363,7 @@ AC_DEFUN([FP_SETTINGS],
[
if test "$windows" = YES
then
- if test "$HostOS" = "x86_64"
+ if test "$HostArch" = "x86_64"
then
mingw_bin_prefix=x86_64-w64-mingw32-
else