configure: allow 'none' as target OS

Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 15 years ago
parent fe4fbb583d
commit 614d8911c6
  1. 3
      configure

3
configure vendored

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

Loading…
Cancel
Save