isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit ef1f80abe3836d166a91ec760178fce4770f6a37
parent 79ef2ab360cc9a50bd1dca4713e254f908fafa5d
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Fri,  1 May 2015 11:55:27 +0200

fix consistent misspelling of Berkeley

Diffstat:
MREADME | 2+-
Mconfigure.ac | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 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 @@ -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()