* configure.ac: Test $with_cross_host against $build_alias, not $build.
* configure: Regenerate.
From-SVN: r70875
+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...
# 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
# 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