summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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(){