summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure b/configure
index 04c9c4e..6a5a83e 100755
--- a/configure
+++ b/configure
@@ -158,6 +158,8 @@ void main(void)
int foo[] = {
TP_STATUS_BLK_TMO,
};
+
+ printf("%d\n", hdr->tp_status);
}
EOF
@@ -189,6 +191,8 @@ void main(void)
TP_STATUS_KERNEL,
TP_STATUS_USER,
};
+
+ printf("%d\n", hdr->tp_status);
}
EOF
@@ -455,10 +459,11 @@ fi
if [ "x$TOOLS_NOBUILD" != "x" ] ; then
echo "[!] The following tools will *not* be built: $TOOLS_NOBUILD"
+ echo "[*] The following tools will be built: $TOOLS"
+else
+ echo "[*] Looks good! All tools will be built!"
fi
-echo "[*] The following tools will be built: $TOOLS"
-
echo "CONFIG_TOOLS=$TOOLS" >> Config
echo "CONFIG_OK=1" >> Config