From: Richard Kettlewell Date: Sat, 3 Jan 2009 00:13:48 +0000 (+0000) Subject: restore db4.3 support (broken in previous commit) X-Git-Tag: 4.3~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/87573ede61b4c270b929b6b15e58901f4d458ce6 restore db4.3 support (broken in previous commit) --- 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 ],