Back-BDB now requires Berkeley DB 4 as this release includes

important fixes necessary for proper operation of back-bdb.
This commit is contained in:
Kurt Zeilenga 2002-01-30 01:31:44 +00:00
parent 15902ae7e1
commit f5dc8ed41c
2 changed files with 221 additions and 225 deletions

View file

@ -429,10 +429,8 @@ AC_DEFUN([OL_BDB_COMPAT],
# define DB_VERSION_MAJOR 1
#endif
/* require 3.3 or later */
#if DB_VERSION_MAJOR > 3
__db_version_compat
#elif DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR >= 3
/* require 4.0 or later */
#if DB_VERSION_MAJOR >= 4
__db_version_compat
#endif
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])

440
configure vendored

File diff suppressed because it is too large Load diff