From ddab0670b9d828fa30f94938441228c8be083d1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Thu, 29 Jun 2006 23:19:36 +0000
Subject: [PATCH] send output of exec checks to log file

Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 918705ad705..2d8447be332 100755
--- 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(){
-- 
GitLab