From 99309ab3e96a290359b84f9b657c5115aa3470dd Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 19 Oct 2020 14:17:58 -0400 Subject: Allow disabling BDB in configure with --without-bdb --- doc/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/dependencies.md') diff --git a/doc/dependencies.md b/doc/dependencies.md index 08fbf6145d..faefcf758e 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -33,7 +33,7 @@ Some dependencies are not needed in all configurations. The following are some f #### Options passed to `./configure` * MiniUPnPc is not needed with `--with-miniupnpc=no`. -* Berkeley DB is not needed with `--disable-wallet`. +* Berkeley DB is not needed with `--disable-wallet` or `--without-bdb`. * SQLite is not needed with `--disable-wallet` or `--without-sqlite`. * Qt is not needed with `--without-gui`. * If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass `--with-qrencode`. -- cgit v1.2.3