- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
diff --git a/README b/README
index 5ca4fb9..90cb28e 100644
--- a/README
+++ b/README
@@ -1068,6 +1068,9 @@
--with-system-ffi: Build the _ctypes extension module using an ffi
library installed on the system.
+--with-dbmliborder=db1:db2:...: Specify the order that backends for the
+ dbm extension are checked. Valid value is a colon separated string
+ with the backend names `ndbm', `gdbm' and `bdb'.
Building for multiple architectures (using the VPATH feature)
-------------------------------------------------------------