From: Jonathan McDowell Date: Fri, 8 Apr 2011 06:34:27 +0000 (-0700) Subject: Allow db4 backend to compile with later versions of Berkeley DB X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/2725e4d426f80dc79071c0280e1809c84aa2fa4d?hp=2725e4d426f80dc79071c0280e1809c84aa2fa4d Allow db4 backend to compile with later versions of Berkeley DB db5 is compatible with db4 at an API level, so look for >= v4 rather than = v4 in our configure script. ---