aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2013-09-07 19:43:25 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2013-09-10 22:26:00 +0000
commit941dba17838a1a40f5a5862eb2f84ffec511911e (patch)
treef75825c12d05bc4d4a78207edd72073d865e5e4a /configure.ac
parentb4d8d03b86405193e79310231a2d7ce3b636d554 (diff)
downloadbitcoin-941dba17838a1a40f5a5862eb2f84ffec511911e.tar.xz
configure: Check common include subdirectories for bdb headers, and refuse to use any version other than 4.8 by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dde2d2eb98..f8d52e616a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,7 @@ dnl Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
+AC_PROG_CXXCPP
AC_PROG_INSTALL
AC_PROG_OBJC
m4_ifdef([AC_PROG_OBJCXX],[AC_PROG_OBJCXX])
@@ -334,8 +335,7 @@ AC_TRY_COMPILE([#include <sys/socket.h>],
)
dnl Check for libdb_cxx
-AC_CHECK_HEADER([db_cxx.h],,AC_MSG_ERROR(libdb_cxx headers missing))
-AC_CHECK_LIB([db_cxx], [main],, AC_MSG_ERROR(libdb_cxx missing))
+BITCOIN_FIND_BDB48
dnl Check for libminiupnpc (optional)
if test x$use_upnp != xno; then