From 76309708874426acbe0c7cffee5f6b5902414ba3 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 23 Aug 2012 15:01:29 +0100 Subject: [PATCH] Forgot to tidy up temp files during check_cc. --- support/configure.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/configure.inc b/support/configure.inc index d2a5e9fb..c447f42c 100644 --- a/support/configure.inc +++ b/support/configure.inc @@ -237,6 +237,9 @@ int main() { } EOF $CC 2>/dev/null $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt + RET=$? + rm -f $TMPDIR/$$.{c,bin} + return $RET } # Check compiler header