configure: allow 'none' as target OS

Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-02-09 22:55:08 +00:00
parent fe4fbb583d
commit 614d8911c6
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -2217,7 +2217,8 @@ case $target_os in
;;
gnu)
;;
none)
;;
*)
die "Unknown OS '$target_os'."
;;