commit 79ef2ab360cc9a50bd1dca4713e254f908fafa5d
Author: Oswald Buddenhagen <[email protected]>
Date: Fri May 1 11:48:55 2015 +0200
the minimum required bdb version is in fact 4.1
this is the one that introduced the transaction argument to db->open().
README | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index aa020de..0800c2e 100644
--- a/README
+++ b/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
diff --git a/configure.ac b/configure.ac
index d9a0800..d35a2c5 100644
--- a/configure.ac
+++ b/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"
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel