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 0d1bf4757e..88087ad3b2 100755
--- a/configure
+++ b/configure
@@ -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(){