[FFmpeg-cvslog] r16807 - trunk/configure

mru subversion
Mon Jan 26 15:32:02 CET 2009


Author: mru
Date: Mon Jan 26 15:32:01 2009
New Revision: 16807

Log:
configure: exit with error if OS is unknown

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan 26 14:55:54 2009	(r16806)
+++ trunk/configure	Mon Jan 26 15:32:01 2009	(r16807)
@@ -1563,7 +1563,7 @@ case $target_os in
         ;;
 
     *)
-        target_os="${target_os}-UNKNOWN"
+        die "Unknown OS '$target_os'."
         ;;
 esac
 




More information about the ffmpeg-cvslog mailing list