aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-02-07 01:06:43 +0000
committerDJ Delorie <dj@redhat.com>2001-02-07 01:06:43 +0000
commit51221c5e5841835fe22468804e3a089e4193ec9f (patch)
tree588899428efe12178436ec4230fa8e44f2ae7eae /configure
parenta99746f4ee3c9444ba385629b4a14ebe2b1f46ca (diff)
downloadfsf-binutils-gdb-51221c5e5841835fe22468804e3a089e4193ec9f.zip
fsf-binutils-gdb-51221c5e5841835fe22468804e3a089e4193ec9f.tar.gz
fsf-binutils-gdb-51221c5e5841835fe22468804e3a089e4193ec9f.tar.bz2
* configure: Output host type to stdout, not stderr.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dfc1762..ae89f40 100755
--- a/configure
+++ b/configure
@@ -450,7 +450,7 @@ case "${fatal}" in
fi
;;
esac
- echo "Configuring for a ${host_alias} host." 1>&2
+ echo "Configuring for a ${host_alias} host."
arguments="--host=$host_alias $arguments"
else
echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2