dc: conditionalize parts which require libm

This commit is contained in:
Denis Vlasenko
2008-10-20 08:43:10 +00:00
parent b730474bda
commit 078323010b
5 changed files with 17 additions and 1 deletions

View File

@ -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.