From 614d8911c6aaf8c9bf57fb080f42f7d0615a1918 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 9 Feb 2010 22:55:08 +0000 Subject: [PATCH] configure: allow 'none' as target OS Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index e4eabb1..548c16a 100755 --- a/configure +++ b/configure @@ -2217,7 +2217,8 @@ case $target_os in ;; gnu) ;; - + none) + ;; *) die "Unknown OS '$target_os'." ;; -- 2.7.4