configure: exit with error if OS is unknown

Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-01-26 14:32:01 +00:00
parent 115d095e5f
commit 4f924f9aa0

2
configure vendored
View File

@ -1563,7 +1563,7 @@ case $target_os in
;;
*)
target_os="${target_os}-UNKNOWN"
die "Unknown OS '$target_os'."
;;
esac