summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.config.in
Commit message (Collapse)AuthorAgeFilesLines
* Update a comment to be correct.Fred Drake2000-10-261-3/+3
|
* autodetect presence of libdb - this allows bsddbmodule to be builtSkip Montanaro2000-09-081-1/+1
| | | | | automatically if dbopen is found in libc or libdb. This closes patch #101420
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-311-0/+9
| | | | | | | | | | | Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272.
* Fixed this problem.Thomas Wouters2000-08-261-4/+0
|
* Setup.thread.in was misnamed so it has been replaced byBarry Warsaw2000-06-301-0/+14
Setup.config.in. The latter contains all configure-time selectable modules; currently thread and gc.