summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-29 23:19:36 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-29 23:19:36 +0000
commitddab0670b9d828fa30f94938441228c8be083d1c (patch)
tree0dc6a4ef99ae04b7f9214cd319d6e75434d8780b /configure
parent8d923001eb51da618d3ed9ef8dfdad74f37cba06 (diff)
send output of exec checks to log file
Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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(){