[commit: ghc] master: Fix copy/paste error (8dfe8ee)
Ian Lynagh
igloo at earth.li
Sat Mar 17 17:06:09 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8dfe8ee4a3649a58542aae592eabaf62c49179a4
>---------------------------------------------------------------
commit 8dfe8ee4a3649a58542aae592eabaf62c49179a4
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Mar 15 18:12:53 2012 +0000
Fix copy/paste error
>---------------------------------------------------------------
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0c9df53..b424ab1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,7 +252,7 @@ if test "$HostOS" = "mingw32"
then
test -d inplace || mkdir inplace
- if test "$HostOS" = "i386"
+ if test "$HostArch" = "i386"
then
# NB. If you update the tarballs to a new version of gcc, don't
# forget to tweak the paths in driver/gcc/gcc.c.
More information about the Cvs-ghc
mailing list