configure.ac: Test $with_cross_host against $build_alias, not $build.

* configure.ac: Test $with_cross_host against $build_alias, not $build.
	* configure: Regenerate.

From-SVN: r70875
This commit is contained in:
Alan Modra 2003-08-28 00:24:52 +00:00 committed by Alan Modra
parent 75ee800b5e
commit f5cf58ddd8
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-08-28 Alan Modra <amodra@bigpond.net.au>
* configure.ac: Test $with_cross_host against $build_alias, not $build.
* configure: Regenerate.
2003-08-27 Petur Runolfsson <peturr02@ru.is>
* testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff...

View file

@ -27308,7 +27308,7 @@ else
# If Canadian cross, then don't pick up tools from the build directory.
# Used only in GLIBCXX_EXPORT_INCLUDES.
if test -n "$with_cross_host" &&
test x"$build" != x"$with_cross_host" &&
test x"$build_alias" != x"$with_cross_host" &&
test x"$build" != x"$target";
then
CANADIAN=yes

View file

@ -165,7 +165,7 @@ else
# If Canadian cross, then don't pick up tools from the build directory.
# Used only in GLIBCXX_EXPORT_INCLUDES.
if test -n "$with_cross_host" &&
test x"$build" != x"$with_cross_host" &&
test x"$build_alias" != x"$with_cross_host" &&
test x"$build" != x"$target";
then
CANADIAN=yes