Commit 134e2485 authored by mru's avatar mru

configure: exit with error if OS is unknown

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a401514
......@@ -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