aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-24 10:49:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-24 10:49:49 +0000
commit2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1 (patch)
treeec90d0113db23fbd224536cdae6bfdb67e4fe39d /editors/Config.in
parentd908395eae984059785b8a46c97537e1ebad0495 (diff)
downloadbusybox-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.gz
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
disable parsing test applet.
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 0388737c3..7dbc9b6da 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -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