diff --git a/configure b/configure index 918705ad70..2d8447be33 100755 --- a/configure +++ b/configure @@ -267,7 +267,7 @@ check_lib(){ } check_exec(){ - check_ld "$@" && { test -n "$cross_prefix" || $TMPE; } + check_ld "$@" && { test -n "$cross_prefix" || $TMPE 2>&1 >>$logfile; } } require(){