Commit cc16550b authored by mru's avatar mru

send output of exec checks to log file


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5549 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5d5135ec
...@@ -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