From 6ba05cd619c700bc2f6e613ce69f58a373035919 Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Sat, 11 Nov 2006 00:39:41 +0000 Subject: [PATCH] Fixes BerkeleyDB support. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index f0e52cf..55d1e71 100644 --- a/configure.in +++ b/configure.in @@ -144,6 +144,8 @@ AC_ARG_ENABLE([benchmarks], AC_CONFIG_DB +AM_CONDITIONAL(DB_ENABLED, test $DB_ENABLED = 1) + if test x$build_benchmarks = xyes ; then if test $DB_ENABLED = 0; then AC_MSG_WARN([Could not find Berkeley DB; some benchmarks will not be built]) @@ -153,6 +155,7 @@ else AM_CONDITIONAL(BUILD_BENCHMARKS, false) fi + AC_CHECK_LIB([intl], [bindtextdomain]) AC_CHECK_LIB([c], [bindtextdomain])