aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 29b55d4ec..80aca3050 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -189,7 +189,7 @@ config ECHO
189config FEATURE_FANCY_ECHO 189config FEATURE_FANCY_ECHO
190 bool "Enable echo options (-n and -e)" 190 bool "Enable echo options (-n and -e)"
191 default y 191 default y
192 depends on ECHO 192 depends on ECHO || ASH_BUILTIN_ECHO
193 help 193 help
194 This adds options (-n and -e) to echo. 194 This adds options (-n and -e) to echo.
195 195
@@ -649,7 +649,7 @@ config TEST
649config FEATURE_TEST_64 649config 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 652 depends on TEST || FEATURE_TEST_64
653 help 653 help
654 Enable 64-bit support in test. 654 Enable 64-bit support in test.
655 655