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

log stderr of test programs in check_exec()

Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fc4b254d
......@@ -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