summaryrefslogtreecommitdiffstats
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
commitd7e7986bca6de6b75af9944e53f3c0ec213bb09f (patch)
tree2fa19a5e9ac9260548e8b4ad4844f83bf3ce0cc1 /configure
parentb1417ae1cc3fff5329e9a46b8223fa1f72983ac5 (diff)
downloadcygnal-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.tar.gz
cygnal-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.tar.bz2
cygnal-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.zip
* 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 dfc176263..ae89f40c8 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