configure: allow 'none' as target OS
authorMåns Rullgård <mans@mansr.com>
Tue, 9 Feb 2010 22:55:08 +0000 (22:55 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 9 Feb 2010 22:55:08 +0000 (22:55 +0000)
Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index e4eabb1..548c16a 100755 (executable)
--- a/configure
+++ b/configure
@@ -2217,7 +2217,8 @@ case $target_os in
         ;;
     gnu)
         ;;
-
+    none)
+        ;;
     *)
         die "Unknown OS '$target_os'."
         ;;