build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;

disable parsing test applet.
This commit is contained in:
Denis Vlasenko
2008-10-24 10:49:49 +00:00
parent d908395eae
commit 2d5bd807c0
7 changed files with 11 additions and 13 deletions

View File

@ -12,7 +12,7 @@ config AWK
Awk is used as a pattern scanning and processing language. This is
the BusyBox implementation of that programming language.
config FEATURE_AWK_MATH
config FEATURE_AWK_LIBM
bool "Enable math functions (requires libm)"
default n
depends on AWK