aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5ee2f2ee9d..77be1f3258 100755
--- a/configure
+++ b/configure
@@ -198,7 +198,9 @@ cc_check_clean() {
cc_check() {
cc_check_no_clean "$@"
+ TMP="$?"
cc_check_clean
+ return "$TMP"
}
cc_check_define() {