configure: print "Unknown parameter: " error to stderr

Print the "Unknown parameter: " line shown for unrecognized configure
options to stderr; other fatal errors are already directed there.
This commit is contained in:
Uoti Urpala 2011-02-02 02:18:51 +02:00
parent ed575cb710
commit dbb47bb2ec
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1213,7 +1213,7 @@ for ac_option do
_3dnow=no _3dnowext=no _mmx=no _mmxext=no ;;
*)
echo "Unknown parameter: $ac_option"
echo "Unknown parameter: $ac_option" >&2
exit 1
;;