* configure.ac: check for /usr/local/BerkeleyDB.4.2
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 26 May 2004 16:53:32 +0000 (16:53 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 26 May 2004 16:53:32 +0000 (16:53 +0000)
citadel/ChangeLog
citadel/configure.ac

index 6ddab20f55c43a8e6f7f8f411cda2faaca028662..0e1eb4fa271db3838059fae78a88f602db4cf063 100644 (file)
@@ -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 <C> field
    priority over the <R> field.  This allows messages emailed to a network
@@ -5794,3 +5797,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 80938899103350498986d6a17ae244d54b07882a..fc3ce915c4e81c2b2411ea8fcd49f9ae271b3940 100644 (file)
@@ -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