Commit 56e4e27f 56e4e27fba8e192966c9574ec60863da9bea2a38 by Sergey Poznyakoff

Minor change

* libmailutils/base/version.c (mu_conf_option): Reflect BDB support.
1 parent df905e61
......@@ -49,12 +49,12 @@ static struct mu_conf_option mu_conf_option[] = {
#ifdef WITH_BDB2
{ "WITH_BDB2", N_("Berkeley DB v. 2") },
#endif
#ifdef WITH_BDB
{ "WITH_BDB", N_("Berkeley DB") },
#endif
#ifdef WITH_NDBM
{ "WITH_NDBM", },
#endif
#ifdef WITH_OLD_DBM
{ "WITH_OLD_DBM", N_("Old DBM support") },
#endif
#ifdef WITH_GDBM
{ "WITH_GDBM", N_("GNU DBM") },
#endif
......