summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-29 17:18:19 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-29 17:18:19 (GMT)
commit10cbe4886e796ccb8e38bb4d93265ff50c8a761f (patch)
treeac4959fe049de03c6b30a884d8348ebf86194f18 /README
parent971b1b100b02cf7d79ec2ca5599f916f31925b48 (diff)
downloadcpython-10cbe4886e796ccb8e38bb4d93265ff50c8a761f.zip
cpython-10cbe4886e796ccb8e38bb4d93265ff50c8a761f.tar.gz
cpython-10cbe4886e796ccb8e38bb4d93265ff50c8a761f.tar.bz2
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 5ca4fb9..90cb28e 100644
--- a/README
+++ b/README
@@ -1068,6 +1068,9 @@ Modules/getpath.o.
--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)
-------------------------------------------------------------