send output of exec checks to log file
authorMåns Rullgård <mans@mansr.com>
Thu, 29 Jun 2006 23:19:36 +0000 (23:19 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 29 Jun 2006 23:19:36 +0000 (23:19 +0000)
Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 918705a..2d8447b 100755 (executable)
--- a/configure
+++ b/configure
@@ -267,7 +267,7 @@ check_lib(){
 }
 
 check_exec(){
-    check_ld "$@" && { test -n "$cross_prefix" || $TMPE; }
+    check_ld "$@" && { test -n "$cross_prefix" || $TMPE 2>&1 >>$logfile; }
 }
 
 require(){