From a9c031ed5e86a20c3836c4b630325b515458515e Mon Sep 17 00:00:00 2001 From: "tim@threads.polyesthetic.msg" <> Date: Mon, 27 Nov 2000 18:14:49 -0500 Subject: Generalize handle_flush thread to also handle various management tasks for different handlers. Add a callback from berkeley db to delete log files that are no longer needed. --- configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f75f88fc408..1df599c373a 100644 --- a/configure.in +++ b/configure.in @@ -1821,7 +1821,12 @@ then sql_server_dirs="$have_berkeley_db/build_unix $sql_server_dirs" echo "CONFIGURING FOR BERKELEY DB" - (cd $bdb && cd build_unix && sh ../dist/configure) \ + bdb_conf_flags= + if test $with_debug = "yes" + then + bdb_conf_flags="$bdb_conf_flags --enable-debug --enable-diagnostic" + fi + (cd $bdb && cd build_unix && sh ../dist/configure $bdb_conf_flags) \ || AC_MSG_ERROR([could not configure Berkeley DB]) echo "Modifying Berkeley DB install target" -- cgit v1.2.1