allow --with-dbmliborder to specify that no dbm modules will be built #6491
diff --git a/Misc/NEWS b/Misc/NEWS
index acb03be..cf91481 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,8 @@
 Build
 -----
 
+- Issue #6491: Allow --with-dbmliborder to specify that no dbms will be built.
+
 - Issue #6943: Use pkg-config to find the libffi headers when the
   --with-system-ffi flag is used.