From 7739adfb17bdef58039b9c5aef0f33bd5f2fabf5 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 7 Feb 2001 01:03:16 +0000 Subject: * configure: Output host type to stdout, not stderr. From-SVN: r39505 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1b4d2e3..ec87e32 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.32 $" +version="$Revision: 1.33 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -457,7 +457,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 -- cgit v1.1