From: Nathan Bryant Date: Wed, 26 May 2004 16:53:32 +0000 (+0000) Subject: * configure.ac: check for /usr/local/BerkeleyDB.4.2 X-Git-Tag: v7.86~5426 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f5364feebc7d866572d4a0b8ee9fc309a8a4d536 * configure.ac: check for /usr/local/BerkeleyDB.4.2 --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 6ddab20f5..0e1eb4fa2 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 621.2 2004/05/26 16:53:31 nbryant + * configure.ac: check for /usr/local/BerkeleyDB.4.2 + Revision 621.1 2004/05/24 01:59:16 ajc * serv_network.c: when processing incoming IGnet spool, give the field priority over the field. This allows messages emailed to a network @@ -5794,3 +5797,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 809388991..fc3ce915c 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -46,6 +46,7 @@ else && db_dir=/usr/local 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 fi dnl By default, we only build the client (citadel and whobbs) unless we can