From dbb47bb2ec69abe56707324332233e4040f420df Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 2 Feb 2011 02:18:51 +0200 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fd922f1fed..6bf472e7ba 100755 --- a/configure +++ b/configure @@ -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 ;; -- cgit v1.2.3