projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5e468
)
Woops, depend on SHA1 not the option
author
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 26 Aug 2003 04:28:05 +0000
(
04:28
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 26 Aug 2003 04:28:05 +0000
(
04:28
-0000)
coreutils/Config.in
patch
|
blob
|
history
diff --git
a/coreutils/Config.in
b/coreutils/Config.in
index e1618e7de0b6b882221e54da8a6c903109e1f925..074312b6e55fa098f5b1bfebce9247285a009788 100644
(file)
--- 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.