From 46ba0afc667f5c531ab0fa801342289d71030326 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 22 Jul 2007 11:31:06 +0000 Subject: [PATCH] davew: search for newer versions of berkeley db --- citadel/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/citadel/configure.ac b/citadel/configure.ac index f0e0c7498..f735aadf6 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -165,6 +165,8 @@ 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 + test -d /usr/local/BerkeleyDB.4.4 && db_dir=/usr/local/BerkeleyDB.4.4 + test -d /usr/local/BerkeleyDB.4.5 && db_dir=/usr/local/BerkeleyDB.4.5 fi dnl By default, we only build the client (citadel and whobbs) unless we can -- 2.39.2