1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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

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