mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-06 16:36:57 +02:00
Explicitly search for bdb5.3.
Some systems do not symlink the major version to the minor version.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user