log stderr of test programs in check_exec()

Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-11 18:09:57 +00:00
parent fc4b254dd8
commit bd4700b1ca
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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(){