From 80de975901229b07491945555d63cf0511ee7e57 Mon Sep 17 00:00:00 2001 From: Nathan Bryant Date: Thu, 13 Dec 2001 22:36:30 +0000 Subject: [PATCH] make configure search for /usr/local/BerkeleyDB.4.0 --- citadel/ChangeLog | 4 ++++ citadel/configure.ac | 1 + 2 files changed, 5 insertions(+) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 8fd390b3e..e4a93f35e 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 590.4 2001/12/13 22:36:30 nbryant + make configure search for /usr/local/BerkeleyDB.4.0 + Revision 590.3 2001/12/13 22:29:57 nbryant make it compile with Berkeley DB 4.0.x @@ -2951,3 +2954,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/configure.ac b/citadel/configure.ac index dcab5bf01..5abfa6b0f 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -36,6 +36,7 @@ else test -d /usr/local/BerkeleyDB.3.1 && db_dir=/usr/local/BerkeleyDB.3.1 test -d /usr/local/BerkeleyDB.3.2 && db_dir=/usr/local/BerkeleyDB.3.2 test -d /usr/local/BerkeleyDB.3.3 && db_dir=/usr/local/BerkeleyDB.3.3 + test -d /usr/local/BerkeleyDB.4.0 && db_dir=/usr/local/BerkeleyDB.4.0 fi if test "x$with_gdbm" = xyes -a "x$with_db" = xyes; then -- 2.39.2