From a720dbba6569300c814eb7d8721621e0ecc49210 Mon Sep 17 00:00:00 2001 From: Nathan Bryant Date: Wed, 10 Nov 2004 19:59:23 +0000 Subject: [PATCH] * configure.ac: detect /usr/local/BerkeleyDB.4.3 --- citadel/ChangeLog | 4 ++++ citadel/configure.ac | 1 + 2 files changed, 5 insertions(+) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 4580deb9d..d0f8d44e6 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 627.2 2004/11/10 19:59:23 nbryant + * configure.ac: detect /usr/local/BerkeleyDB.4.3 + Revision 627.1 2004/11/10 03:03:14 ajc * Added a few wonderful linebreaks to >80 column lines @@ -6195,3 +6198,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 6136b66aa..1ede14026 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -47,6 +47,7 @@ else test -d /usr/local/BerkeleyDB.4.1 && db_dir=/usr/local/BerkeleyDB.4.1 test -d /usr/local/BerkeleyDB.4.2 && db_dir=/usr/local/BerkeleyDB.4.2 + test -d /usr/local/BerkeleyDB.4.3 && db_dir=/usr/local/BerkeleyDB.4.3 fi dnl By default, we only build the client (citadel and whobbs) unless we can -- 2.39.2