summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/bc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/bc.in b/rules/bc.in
index dabb244b5..e5776610c 100644
--- a/rules/bc.in
+++ b/rules/bc.in
@@ -2,8 +2,12 @@
config BC
tristate
prompt "bc"
+ depends on !BUSYBOX_BC || ALLYES
help
bc is an arbitrary precision numeric processing language. Syntax is
similar to C, but differs in many substantial areas. It supports
interactive execution of statements. bc is a utility included in the
POSIX P1003.2/D11 draft standard.
+
+comment "BusyBox' bc is selected!"
+ depends on BUSYBOX_BC