[Ffmpeg-cvslog] r5884 - trunk/configure

mru subversion
Tue Aug 1 21:24:14 CEST 2006


Author: mru
Date: Tue Aug  1 21:24:14 2006
New Revision: 5884

Modified:
   trunk/configure

Log:
checking compiler output was a bad idea, revert to checking exit status


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Aug  1 21:24:14 2006
@@ -214,7 +214,7 @@
 }
 
 check_cmd(){
-    "$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; }
+    "$@" >>$logfile 2>&1
 }
 
 check_cc(){




More information about the ffmpeg-cvslog mailing list