chiark / gitweb /
Reject libdb <=4.2
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Jan 2008 18:39:56 +0000 (18:39 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Jan 2008 18:39:56 +0000 (18:39 +0000)
configure.ac

index 369a6f0eef1af829b3c88b011ebd1e51d186413b..22c47f6dd50aaeead06ef4ec6fa5b8c74a47a058 100644 (file)
@@ -405,7 +405,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 < 2
+                      #if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR <= 2
                       # error inadequate db version
                       #endif
                      ],