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:
parent
fc4b254dd8
commit
bd4700b1ca
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue