Deprecate Berkeley DB database backend

Berkeley DB 5.x is dead upstream ever since the license change some
seven years ago. Mark as deprecated for later removal now that we're
starting to have viable alternatives.
This commit is contained in:
Panu Matilainen 2020-03-23 11:22:31 +02:00
parent 60baf9c297
commit fc0169eb03
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ AM_CONDITIONAL(HAVE_LIBDW_STRTAB,[test "$HAVE_LIBDW_STRTAB" = yes])
#================= #=================
# Check for BDB support # Check for BDB support
AC_ARG_ENABLE([bdb], AC_ARG_ENABLE([bdb],
[AS_HELP_STRING([--enable-bdb=@<:@yes/no/auto@:>@], [AS_HELP_STRING([--enable-bdb=@<:@yes/no/auto@:>@ (DEPRECATED)],
[build with Berkeley DB rpm database format support (default=yes)])], [build with Berkeley DB rpm database format support (default=yes)])],
[enable_bdb="$enableval"], [enable_bdb="$enableval"],
[enable_bdb=yes]) [enable_bdb=yes])