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:
parent
60baf9c297
commit
fc0169eb03
|
@ -533,7 +533,7 @@ AM_CONDITIONAL(HAVE_LIBDW_STRTAB,[test "$HAVE_LIBDW_STRTAB" = yes])
|
|||
#=================
|
||||
# Check for BDB support
|
||||
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)])],
|
||||
[enable_bdb="$enableval"],
|
||||
[enable_bdb=yes])
|
||||
|
|
Loading…
Reference in New Issue