From 47f6126504b3d93b69cf3545b0f2ffa2b7628eb4 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 16 Nov 2023 09:39:29 +0000 Subject: [PATCH] Merge bitcoin/bitcoin#28881: doc: remove mention of missing bdb being a configure error 30bd4b1e4aee00edbe77da7c20bf80e28f0561cc doc: remove mention of missing bdb being a configure error (fanquake) Pull request description: This is no-longer the case, unless you're passing additional flags, which is not the case in this example. ACKs for top commit: maflcko: lgtm ACK 30bd4b1e4aee00edbe77da7c20bf80e28f0561cc TheCharlatan: ACK 30bd4b1e4aee00edbe77da7c20bf80e28f0561cc hebasto: ACK 30bd4b1e4aee00edbe77da7c20bf80e28f0561cc. Tree-SHA512: b3730546d7ff1f49854b88e710c72c4f6e4b6d238147599d4c4e4adeeb256424c2096635f6c51dcfe2e5a9c1155c1c9915fe03a09c5c38605bee2722756c8f6e --- doc/build-osx.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 4bb04d0f17..2c020c2670 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -231,7 +231,6 @@ There are many ways to configure Dash Core, here are a few common examples: ##### Wallet (BDB + SQlite) Support, No GUI: If `berkeley-db@4` is installed, then legacy wallet support will be built. -If `berkeley-db@4` is not installed, then this will throw an error. If `sqlite` is installed, then descriptor wallet support will also be built. Additionally, this explicitly disables the GUI.