fix consistent misspelling of Berkeley

This commit is contained in:
Oswald Buddenhagen 2015-05-01 11:55:27 +02:00
parent 79ef2ab360
commit ef1f80abe3
2 changed files with 5 additions and 5 deletions

2
README
View File

@ -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

View File

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