commit ef1f80abe3836d166a91ec760178fce4770f6a37 Author: Oswald Buddenhagen <o...@users.sf.net> Date: Fri May 1 11:55:27 2015 +0200
fix consistent misspelling of Berkeley README | 2 +- configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 0800c2e..fba2770 100644 --- a/README +++ b/README @@ -61,7 +61,7 @@ isync executable still exists; it is a compatibility wrapper around mbsync. * Requirements - Berkley DB 4.1+ (optional) + Berkeley DB 4.1+ (optional) OpenSSL for TLS/SSL support (optional) * Installation diff --git a/configure.ac b/configure.ac index d35a2c5..1190c68 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.1], ac_cv_berkdb4, +AC_CACHE_CHECK([for Berkeley DB >= 4.1], ac_cv_berkdb4, [ac_cv_berkdb4=no sav_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -ldb" @@ -153,7 +153,7 @@ AC_CACHE_CHECK([for Berkley DB >= 4.1], ac_cv_berkdb4, ]) if test "x$ac_cv_berkdb4" = xyes; then AC_SUBST([DB_LIBS], ["-ldb"]) - AC_DEFINE(USE_DB, 1, [if Berkley DB should be used]) + AC_DEFINE(USE_DB, 1, [if Berkeley DB should be used]) fi have_zlib= @@ -194,8 +194,8 @@ else AC_MSG_RESULT([Not using zlib]) fi if test "x$ac_cv_berkdb4" = xyes; then - AC_MSG_RESULT([Using Berkley DB]) + AC_MSG_RESULT([Using Berkeley DB]) else - AC_MSG_RESULT([Not using Berkley DB]) + AC_MSG_RESULT([Not using Berkeley DB]) fi AC_MSG_RESULT() ------------------------------------------------------------------------------ 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 isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel