diff options
| author | Ross Nicoll <[email protected]> | 2017-04-18 13:40:50 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:48 +0100 |
| commit | ccca58b9e0e87d8946baea90d8e4702ee06dbaf9 (patch) | |
| tree | 38ccc62f2f8efd2b9801e9225faa739704317e19 /configure.ac | |
| parent | Fix crash bug with duplicate inputs within a transaction (diff) | |
| download | discoin-ccca58b9e0e87d8946baea90d8e4702ee06dbaf9.tar.xz discoin-ccca58b9e0e87d8946baea90d8e4702ee06dbaf9.zip | |
Update DB version to 5.1
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0894c7197..0ed911656 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,7 @@ case $host in dnl the user (--without-wallet or --without-gui for example). openssl_prefix=`$BREW --prefix openssl 2>/dev/null` - bdb_prefix=`$BREW --prefix berkeley-db4 2>/dev/null` + bdb_prefix=`$BREW --prefix berkeley-db 2>/dev/null` qt5_prefix=`$BREW --prefix qt5 2>/dev/null` if test x$openssl_prefix != x; then PKG_CONFIG_PATH="$openssl_prefix/lib/pkgconfig:$PKG_CONFIG_PATH" @@ -597,7 +597,7 @@ AC_SUBST(LIBMEMENV) if test x$enable_wallet != xno; then dnl Check for libdb_cxx only if wallet enabled - BITCOIN_FIND_BDB48 + BITCOIN_FIND_BDB51 fi dnl Check for libminiupnpc (optional) |