[Ffmpeg-cvslog] r5872 - trunk/configure

mru subversion
Mon Jul 31 20:58:57 CEST 2006


Author: mru
Date: Mon Jul 31 20:58:56 2006
New Revision: 5872

Modified:
   trunk/configure

Log:
ignore explicit #warnings in compiler tests


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Jul 31 20:58:56 2006
@@ -214,7 +214,7 @@
 }
 
 check_cmd(){
-    "$@" 2>&1 | tee -a $logfile | { ! grep -q .; }
+    "$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; }
 }
 
 check_cc(){




More information about the ffmpeg-cvslog mailing list