diff options
Diffstat (limited to 'editors/config.in')
-rw-r--r-- | editors/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/config.in b/editors/config.in index 2d0bb37..54e1a90 100644 --- a/editors/config.in +++ b/editors/config.in @@ -6,6 +6,10 @@ mainmenu_option next_comment comment 'Editors' +bool 'awk' CONFIG_AWK +if [ "$CONFIG_AWK" = "y" ]; then + bool ' Enable math functions (requires libm)' CONFIG_FEATURE_AWK_MATH +fi bool 'sed' CONFIG_SED bool 'vi' CONFIG_VI if [ "$CONFIG_VI" = "y" ]; then |