[Ffmpeg-cvslog] r5714 - trunk/configure

mru subversion
Tue Jul 11 20:09:58 CEST 2006


Author: mru
Date: Tue Jul 11 20:09:57 2006
New Revision: 5714

Modified:
   trunk/configure

Log:
log stderr of test programs in check_exec()


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul 11 20:09:57 2006
@@ -288,7 +288,7 @@
 }
 
 check_exec(){
-    check_ld "$@" && { test "$cross_compile" = yes || $TMPE 2>&1 >>$logfile; }
+    check_ld "$@" && { test "$cross_compile" = yes || $TMPE >>$logfile 2>&1; }
 }
 
 require(){




More information about the ffmpeg-cvslog mailing list