From ddab0670b9d828fa30f94938441228c8be083d1c Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 29 Jun 2006 23:19:36 +0000 Subject: 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(-) (limited to 'configure') diff --git a/configure b/configure index 918705ad70..2d8447be33 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(){ -- cgit v1.2.3