Commit 4f924f9a authored by Måns Rullgård's avatar Måns Rullgård

configure: exit with error if OS is unknown

Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 115d095e
......@@ -1563,7 +1563,7 @@ case $target_os in
;;
*)
target_os="${target_os}-UNKNOWN"
die "Unknown OS '$target_os'."
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment