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 80aca3050..8cbc92f1e 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -649,7 +649,7 @@ config TEST | |||
649 | config FEATURE_TEST_64 | 649 | config FEATURE_TEST_64 |
650 | bool "Extend test to 64 bit" | 650 | bool "Extend test to 64 bit" |
651 | default n | 651 | default n |
652 | depends on TEST || FEATURE_TEST_64 | 652 | depends on TEST || ASH_BUILTIN_TEST |
653 | help | 653 | help |
654 | Enable 64-bit support in test. | 654 | Enable 64-bit support in test. |
655 | 655 | ||