diff options
| author | Luke Dashjr <[email protected]> | 2015-01-19 19:16:49 +0000 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-31 17:38:28 -0500 |
| commit | faf0af49f57f3b6f7161ecd5ddc80f2a629efc68 (patch) | |
| tree | ad13d6080f166f9aa5b5d2b05f657cb10be27030 /build-aux | |
| parent | depends: fix typos (diff) | |
| download | discoin-faf0af49f57f3b6f7161ecd5ddc80f2a629efc68.tar.xz discoin-faf0af49f57f3b6f7161ecd5ddc80f2a629efc68.zip | |
Suggest --disable-wallet when libdb_cxx headers are missing
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/m4/bitcoin_find_bdb48.m4 | 2 |
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 f3b14461e..0bf558d25 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])],[ |