mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
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
@ -12,7 +12,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
|
|||||||
bdbpath=X
|
bdbpath=X
|
||||||
bdb48path=X
|
bdb48path=X
|
||||||
bdbdirlist=
|
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
|
for _pfx in b lib ''; do
|
||||||
bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
|
bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user