configure: exit with error if OS is unknown

Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 16 years ago
parent 115d095e5f
commit 4f924f9aa0
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save