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-078323010b5d88485748d05e512d451b876992b5.tar.gz |
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 config FEATURE_AWK_MATH bool "Enable math functions (requires libm)" - default y + default n depends on AWK help Enable math functions of the Awk programming language. |