From 4f924f9aa0595d8c73c742eaa5b6c8225d808592 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 26 Jan 2009 14:32:01 +0000 Subject: [PATCH] configure: exit with error if OS is unknown Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 43881cd12..f8054cffb 100755 --- a/configure +++ b/configure @@ -1563,7 +1563,7 @@ case $target_os in ;; *) - target_os="${target_os}-UNKNOWN" + die "Unknown OS '$target_os'." ;; esac -- 2.34.1