traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / editors / Config.in
index 27426bc2e36f7692169a927061ebd6829f622fab..7dbc9b6da6d26d75d9db2738e0eb11a66713aa59 100644 (file)
@@ -12,9 +12,9 @@ config AWK
          Awk is used as a pattern scanning and processing language. This is
          the BusyBox implementation of that programming language.
 
-config FEATURE_AWK_MATH
+config FEATURE_AWK_LIBM
        bool "Enable math functions (requires libm)"
-       default y
+       default n
        depends on AWK
        help
          Enable math functions of the Awk programming language.