From 87573ede61b4c270b929b6b15e58901f4d458ce6 Mon Sep 17 00:00:00 2001 Message-Id: <87573ede61b4c270b929b6b15e58901f4d458ce6.1714991631.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 3 Jan 2009 00:13:48 +0000 Subject: [PATCH] restore db4.3 support (broken in previous commit) Organization: Straylight/Edgeware From: Richard Kettlewell --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34b93b2..d0e88e4 100644 --- a/configure.ac +++ b/configure.ac @@ -590,7 +590,7 @@ if test $want_server = yes; then #if DB_VERSION_MAJOR < 4 # error inadequate db version #endif - #if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR <= 3 + #if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR <= 2 # error inadequate db version #endif ], -- [mdw]