From c3f2956cfa1dfb280ac0b24818795787fbbfcd40 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 26 Aug 2003 04:28:05 +0000 Subject: [PATCH] Woops, depend on SHA1 not the option --- coreutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/Config.in b/coreutils/Config.in index e1618e7de..074312b6e 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -370,7 +370,7 @@ config CONFIG_SHA1SUM config CONFIG_FEATURE_SHA1SUM_CHECK bool " Enable -c and -w options" default n - depends on CONFIG_FEATURE_SHA1SUM_CHECK + depends on CONFIG_SHA1SUM help Enabling the -c and -w options allow files to be checked against pre-calculated hash values.