aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-08-28 00:24:52 +0000
committerAlan Modra <amodra@gcc.gnu.org>2003-08-28 09:54:52 +0930
commitf5cf58ddd8ca788f51f815aedc19b0e7215e8f9d (patch)
treecb550f0f0036cb0d8810dd8c3100a39d6f7fe9bc /libstdc++-v3/configure
parent75ee800b5eb8f5007c0a7de67d60dc8365639757 (diff)
downloadgcc-f5cf58ddd8ca788f51f815aedc19b0e7215e8f9d.zip
gcc-f5cf58ddd8ca788f51f815aedc19b0e7215e8f9d.tar.gz
gcc-f5cf58ddd8ca788f51f815aedc19b0e7215e8f9d.tar.bz2
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
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 6915277..bd222ff 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -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