summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-09 22:55:08 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-09 22:55:08 +0000
commit614d8911c6aaf8c9bf57fb080f42f7d0615a1918 (patch)
treef06382d4c01b993105552289e1a078bf7e8f018c
parentfe4fbb583d1f337c929e4cbc4c42af45b91fff02 (diff)
configure: allow 'none' as target OS
Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e4eabb14f8..548c16ad66 100755
--- a/configure
+++ b/configure
@@ -2217,7 +2217,8 @@ case $target_os in
;;
gnu)
;;
-
+ none)
+ ;;
*)
die "Unknown OS '$target_os'."
;;