acinclude.m4 fix spelling in help: berkely -> berkeley

This commit is contained in:
tim@threads.polyesthetic.msg 2000-11-27 18:33:12 -05:00
parent a9c031ed5e
commit 5a9c1a9694

View File

@ -615,7 +615,8 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_BDB], [
AC_ARG_WITH([berkeley-db],
[\
--with-berkely-db[=DIR] Use BerkeleyDB located in DIR],
--with-berkeley-db[=DIR]
Use BerkeleyDB located in DIR],
[bdb="$withval"],
[bdb=default])