From: Denys Vlasenko Date: Sat, 2 Nov 2013 23:07:31 +0000 (+0100) Subject: bootchartd: warn if .config looks wrong X-Git-Tag: 1_22_0~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=18b461925c6297f241c2b51f96f5d6d5f5de9e1d;p=oweals%2Fbusybox.git bootchartd: warn if .config looks wrong Signed-off-by: Denys Vlasenko --- diff --git a/init/bootchartd.c b/init/bootchartd.c index 9fd623357..c7388c99e 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c @@ -60,6 +60,12 @@ # endif #endif +#if !ENABLE_TAR && !ENABLE_WERROR +# warning Note: bootchartd requires tar command, but you did not select it. +#elif !ENABLE_FEATURE_SEAMLESS_GZ && !ENABLE_WERROR +# warning Note: bootchartd requires tar -z support, but you did not select it. +#endif + #define BC_VERSION_STR "0.8" /* For debugging, set to 0: