Bug 467677: fixed typo "ranslated" => "translated".

This commit is contained in:
Wan-Teh Chang 2008-12-12 21:29:45 -08:00
parent 35062f6605
commit 3a07a18e58

View File

@ -283,7 +283,7 @@ if test "$target" != "$host"; then
dnl If we cross compile for ppc on Mac OS X x86, cross_compiling will
dnl have erroneously been set to "no", because the x86 build host is
dnl able to run ppc code in a ranslated environment, making a cross
dnl able to run ppc code in a translated environment, making a cross
dnl compiler appear native. So we override that here.
cross_compiling=yes
else