log stderr of test programs in check_exec()

Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 19 years ago
parent fc4b254dd8
commit bd4700b1ca
  1. 2
      configure

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…
Cancel
Save