Commit ddab0670 authored by Måns Rullgård's avatar Måns Rullgård

send output of exec checks to log file

Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8d923001
...@@ -267,7 +267,7 @@ check_lib(){ ...@@ -267,7 +267,7 @@ check_lib(){
} }
check_exec(){ check_exec(){
check_ld "$@" && { test -n "$cross_prefix" || $TMPE; } check_ld "$@" && { test -n "$cross_prefix" || $TMPE 2>&1 >>$logfile; }
} }
require(){ require(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment