Commit 75d20983 authored by mru's avatar mru

log stderr of test programs in check_exec()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5714 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ea1fa050
......@@ -288,7 +288,7 @@ check_lib(){
}
check_exec(){
check_ld "$@" && { test "$cross_compile" = yes || $TMPE 2>&1 >>$logfile; }
check_ld "$@" && { test "$cross_compile" = yes || $TMPE >>$logfile 2>&1; }
}
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