* configure: Output host type to stdout, not stderr.

This commit is contained in:
DJ Delorie
2001-02-07 01:06:43 +00:00
parent b1417ae1cc
commit d7e7986bca
2 changed files with 5 additions and 1 deletions

2
configure vendored
View File

@ -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