Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1,650
Star
14,864
Fork
9,309
bitcoin
/
bitcoin
Code
Issues
522
Pull requests
238
Projects
8
Insights
Pulse
Graphs
Explicitly search for bdb5.3.
#10803
Merged
laanwj
merged 1 commit into
bitcoin
:
master
from
pstratem
:
2017-07-02-bdb5.3
Jul 17, 2017
Conversation
9
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
1cc251f
Explicitly search for bdb5.3.
pstratem
Jul 2, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−1
Unified
Split
Show comments
View
2
build-aux/m4/bitcoin_find_bdb48.m4
@@ -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
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.