Signed-off-by: Roland Hieber <[email protected]>

---
v2: fix typo in comment dependency

 rules/bc.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/bc.in b/rules/bc.in
index dabb244b5725..e5776610cd34 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
-- 
2.27.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to