From 9ab6567bcd8caa407e31a13711f071114b52dc1f Mon Sep 17 00:00:00 2001 From: "lenz@kallisto.local" <> Date: Thu, 18 Mar 2004 22:46:41 +0100 Subject: - reverted use of AC_CONFIG_SUBDIRS for BDB for now (it somehow did not work as expected) - need to investigate (after 4.1.2 is released) --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d95562a3791..de546d9c078 100644 --- a/configure.in +++ b/configure.in @@ -2704,7 +2704,9 @@ then /* ) rel_srcdir="$srcdir" ;; * ) rel_srcdir="../../$srcdir" ;; esac - AC_CONFIG_SUBDIRS($bdb/dist/configure) + (cd $bdb/build_unix && \ + sh $rel_srcdir/$bdb/dist/configure $bdb_conf_flags) || \ + AC_MSG_ERROR([could not configure Berkeley DB]) dnl echo "bdb = '$bdb'; inc = '$bdb_includes', lib = '$bdb_libs'" echo "END OF BERKELEY DB CONFIGURATION" -- cgit v1.2.1