diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-20 08:43:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-20 08:43:10 +0000 |
commit | 078323010b5d88485748d05e512d451b876992b5 (patch) | |
tree | e7111140dd305eeedee2c4a3cfb0c0f45fc29a34 /editors | |
parent | b730474bda4a964930e8013301ace7b49a0c5726 (diff) | |
download | busybox-w32-078323010b5d88485748d05e512d451b876992b5.tar.gz busybox-w32-078323010b5d88485748d05e512d451b876992b5.tar.bz2 busybox-w32-078323010b5d88485748d05e512d451b876992b5.zip |
dc: conditionalize parts which require libm
Diffstat (limited to 'editors')
-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 27426bc2e..0388737c3 100644 --- a/editors/Config.in +++ b/editors/Config.in | |||
@@ -14,7 +14,7 @@ config AWK | |||
14 | 14 | ||
15 | config FEATURE_AWK_MATH | 15 | config FEATURE_AWK_MATH |
16 | bool "Enable math functions (requires libm)" | 16 | bool "Enable math functions (requires libm)" |
17 | default y | 17 | default n |
18 | depends on AWK | 18 | depends on AWK |
19 | help | 19 | help |
20 | Enable math functions of the Awk programming language. | 20 | Enable math functions of the Awk programming language. |