diff options
author | Ian Lynagh <igloo@earth.li> | 2012-03-15 18:12:53 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-03-15 18:12:53 +0000 |
commit | 8dfe8ee4a3649a58542aae592eabaf62c49179a4 (patch) | |
tree | d178039336cb4979b176147401e35305537550b5 /configure.ac | |
parent | 0268a23c34417849ec05603254311f979af97c41 (diff) | |
download | haskell-8dfe8ee4a3649a58542aae592eabaf62c49179a4.tar.gz |
Fix copy/paste error
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c9df53798..b424ab12e0 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. |