From: Glenn L McGrath Date: Tue, 26 Aug 2003 04:25:59 +0000 (-0000) Subject: SHA1 options depend on SHA1 X-Git-Tag: 1_00_pre3~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d5e4685fede1913cc934ba1016e7c2a4e8e800c;p=oweals%2Fbusybox.git SHA1 options depend on SHA1 --- diff --git a/coreutils/Config.in b/coreutils/Config.in index 91d9f0958..e1618e7de 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -370,6 +370,7 @@ config CONFIG_SHA1SUM config CONFIG_FEATURE_SHA1SUM_CHECK bool " Enable -c and -w options" default n + depends on CONFIG_FEATURE_SHA1SUM_CHECK help Enabling the -c and -w options allow files to be checked against pre-calculated hash values.