diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-16 19:35:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-16 19:35:42 +0000 |
commit | 53f219ebbe76ed0321ee9ec33336de2f70ece275 (patch) | |
tree | 26440e50da4c96f7de0ea971913dd0e1220ea276 /coreutils | |
parent | a1e16c9298756e54161d9bf7d24b03415e2707c0 (diff) | |
download | busybox-53f219ebbe76ed0321ee9ec33336de2f70ece275.tar.gz |
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
build system: fixlet for echo applet config
function old new delta
setfont_main 157 387 +230
ctoi - 75 +75
packed_usage 24921 24950 +29
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 config FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on TEST || FEATURE_TEST_64 + depends on TEST || ASH_BUILTIN_TEST help Enable 64-bit support in test. |