aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Bogomolov <[email protected]>2018-10-01 16:30:31 +0300
committerRoss Nicoll <[email protected]>2018-10-03 21:35:39 +0100
commit8c45a8dda098beae2486b475452273c77bb8597b (patch)
treeb35396e22aaea7006f6844ab04b5df6d543fa8e6
parentUpdate miner confirmation window (diff)
downloaddiscoin-8c45a8dda098beae2486b475452273c77bb8597b.tar.xz
discoin-8c45a8dda098beae2486b475452273c77bb8597b.zip
Fixed typo in dogecoin_find_bdb51.m4
-rw-r--r--build-aux/m4/dogecoin_find_bdb51.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/dogecoin_find_bdb51.m4 b/build-aux/m4/dogecoin_find_bdb51.m4
index b17c7db6e..b33491090 100644
--- a/build-aux/m4/dogecoin_find_bdb51.m4
+++ b/build-aux/m4/dogecoin_find_bdb51.m4
@@ -47,7 +47,7 @@ AC_DEFUN([BITCOIN_FIND_BDB51],[
AC_MSG_ERROR([Found Berkeley DB other than 5.1, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)])
])
else
- BITCOIN_SUBDIR_TO_INCLUDE(BDB_CPPFLAGS,[${bdb48path}],db_cxx)
+ BITCOIN_SUBDIR_TO_INCLUDE(BDB_CPPFLAGS,[${bdb51path}],db_cxx)
bdbpath="${bdb51path}"
fi
AC_SUBST(BDB_CPPFLAGS)