We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9987 commit 982e548Copy full SHA for 982e548
configure.ac
@@ -643,7 +643,7 @@ case $host in
643
644
bdb_prefix=$($BREW --prefix berkeley-db4 2>/dev/null)
645
qt5_prefix=$($BREW --prefix qt5 2>/dev/null)
646
- if test x$bdb_prefix != x && test "x$BDB_CFLAGS" = "x" && test "x$BDB_LIBS" = "x"; then
+ if test x$bdb_prefix != x && test "x$BDB_CFLAGS" = "x" && test "x$BDB_LIBS" = "x" && test "$use_bdb" != "no"; then
647
dnl This must precede the call to BITCOIN_FIND_BDB48 below.
648
BDB_CFLAGS="-I$bdb_prefix/include"
649
BDB_LIBS="-L$bdb_prefix/lib -ldb_cxx-4.8"
0 commit comments