소스 검색

the minimum required bdb version is in fact 4.1

this is the one that introduced the transaction argument to db->open().
Oswald Buddenhagen 10 년 전
부모
커밋
79ef2ab360
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README
  2. 1 1
      configure.ac

+ 1 - 1
README

@@ -61,7 +61,7 @@ isync executable still exists; it is a compatibility wrapper around mbsync.
 
 * Requirements
 
-    Berkley DB 4.2+ (optional)
+    Berkley DB 4.1+ (optional)
     OpenSSL for TLS/SSL support (optional)
 
 * Installation

+ 1 - 1
configure.ac

@@ -139,7 +139,7 @@ if test "x$ob_cv_with_sasl" != xno; then
 fi
 AC_SUBST(SASL_LIBS)
 
-AC_CACHE_CHECK([for Berkley DB >= 4.2], ac_cv_berkdb4,
+AC_CACHE_CHECK([for Berkley DB >= 4.1], ac_cv_berkdb4,
   [ac_cv_berkdb4=no
     sav_LDFLAGS=$LDFLAGS
     LDFLAGS="$LDFLAGS -ldb"