diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-29 17:18:19 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-29 17:18:19 (GMT) |
commit | 10cbe4886e796ccb8e38bb4d93265ff50c8a761f (patch) | |
tree | ac4959fe049de03c6b30a884d8348ebf86194f18 /README | |
parent | 971b1b100b02cf7d79ec2ca5599f916f31925b48 (diff) | |
download | cpython-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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) ------------------------------------------------------------- |