configure: exit with error if OS is unknown
authorMåns Rullgård <mans@mansr.com>
Mon, 26 Jan 2009 14:32:01 +0000 (14:32 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 26 Jan 2009 14:32:01 +0000 (14:32 +0000)
Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 43881cd12f87b74da63d56374be322c029d411c6..f8054cffbb6ae27d54577c05adb95dea2bef3ad5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1563,7 +1563,7 @@ case $target_os in
         ;;
 
     *)
-        target_os="${target_os}-UNKNOWN"
+        die "Unknown OS '$target_os'."
         ;;
 esac