Explicitly search for bdb5.3.
Some systems do not symlink the major version to the minor version.
This commit is contained in:
parent
2935b469ae
commit
1cc251f50f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
|
|||
bdbpath=X
|
||||
bdb48path=X
|
||||
bdbdirlist=
|
||||
for _vn in 4.8 48 4 5 ''; do
|
||||
for _vn in 4.8 48 4 5 5.3 ''; do
|
||||
for _pfx in b lib ''; do
|
||||
bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue