Explicitly search for bdb5.3.

Some systems do not symlink the major version to the minor version.
This commit is contained in:
Patrick Strateman 2017-07-02 02:48:00 +00:00
parent 2935b469ae
commit 1cc251f50f
1 changed files with 1 additions and 1 deletions

View File

@ -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