diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 10:49:49 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 10:49:49 +0000 |
commit | 2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1 (patch) | |
tree | ec90d0113db23fbd224536cdae6bfdb67e4fe39d /editors/Config.in | |
parent | d908395eae984059785b8a46c97537e1ebad0495 (diff) | |
download | busybox-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.gz busybox-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.bz2 busybox-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.zip |
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.in | 2 |
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 | |||
12 | Awk is used as a pattern scanning and processing language. This is | 12 | Awk is used as a pattern scanning and processing language. This is |
13 | the BusyBox implementation of that programming language. | 13 | the BusyBox implementation of that programming language. |
14 | 14 | ||
15 | config FEATURE_AWK_MATH | 15 | config FEATURE_AWK_LIBM |
16 | bool "Enable math functions (requires libm)" | 16 | bool "Enable math functions (requires libm)" |
17 | default n | 17 | default n |
18 | depends on AWK | 18 | depends on AWK |