Skip to content

Commit 1cc251f

Browse files
committed
Explicitly search for bdb5.3.
Some systems do not symlink the major version to the minor version.
1 parent 2935b46 commit 1cc251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/m4/bitcoin_find_bdb48.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
1212
bdbpath=X
1313
bdb48path=X
1414
bdbdirlist=
15-
for _vn in 4.8 48 4 5 ''; do
15+
for _vn in 4.8 48 4 5 5.3 ''; do
1616
for _pfx in b lib ''; do
1717
bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
1818
done

0 commit comments

Comments
 (0)