diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index f9db0671d..1bc047c9a 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -667,7 +667,7 @@ config TEST | |||
667 | config FEATURE_TEST_64 | 667 | config FEATURE_TEST_64 |
668 | bool "Extend test to 64 bit" | 668 | bool "Extend test to 64 bit" |
669 | default n | 669 | default n |
670 | depends on TEST || ASH_BUILTIN_TEST | 670 | depends on TEST || ASH_BUILTIN_TEST || HUSH |
671 | help | 671 | help |
672 | Enable 64-bit support in test. | 672 | Enable 64-bit support in test. |
673 | 673 | ||