aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-01-19 19:16:49 +0000
committerCory Fields <cory-nospam-@coryfields.com>2015-01-31 17:38:28 -0500
commitfaf0af49f57f3b6f7161ecd5ddc80f2a629efc68 (patch)
treead13d6080f166f9aa5b5d2b05f657cb10be27030 /build-aux/m4
parent5a809ef0f009bb6c412b5bf5f846feecfb133d70 (diff)
downloadbitcoin-faf0af49f57f3b6f7161ecd5ddc80f2a629efc68.tar.xz
Suggest --disable-wallet when libdb_cxx headers are missing
Diffstat (limited to 'build-aux/m4')
-rw-r--r--build-aux/m4/bitcoin_find_bdb48.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_find_bdb48.m4 b/build-aux/m4/bitcoin_find_bdb48.m4
index f3b14461eb..0bf558d25b 100644
--- a/build-aux/m4/bitcoin_find_bdb48.m4
+++ b/build-aux/m4/bitcoin_find_bdb48.m4
@@ -38,7 +38,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
done
if test "x$bdbpath" = "xX"; then
AC_MSG_RESULT([no])
- AC_MSG_ERROR(libdb_cxx headers missing)
+ AC_MSG_ERROR([libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)])
elif test "x$bdb48path" = "xX"; then
BITCOIN_SUBDIR_TO_INCLUDE(BDB_CPPFLAGS,[${bdbpath}],db_cxx)
AC_ARG_WITH([incompatible-bdb],[AS_HELP_STRING([--with-incompatible-bdb], [allow using a bdb version other than 4.8])],[