Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/84ccbea7baa757c2f39ced499a971f3f7857a897

>---------------------------------------------------------------

commit 84ccbea7baa757c2f39ced499a971f3f7857a897
Author: Ian Lynagh <[email protected]>
Date:   Thu Mar 15 21:06:36 2012 +0000

    Fix another copy/paste-o in aclocal.m4

>---------------------------------------------------------------

 aclocal.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 21a6a57..5652185 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



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to