diff --git a/support/configure.inc b/support/configure.inc index 7c60fcb1..bddc6fc1 100755 --- a/support/configure.inc +++ b/support/configure.inc @@ -265,8 +265,6 @@ int main() { EOF $CC $CFLAGS $LDFLAGS $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt &> /dev/null RET=$? - [ $RET -eq 0 ] && $TMPDIR/$$.bin - RET=$? rm -f $TMPDIR/$$.{c,bin} return $RET }