diff options
| author | Fred Drake <fdrake@acm.org> | 2000-08-31 16:11:07 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-08-31 16:11:07 +0000 |
| commit | c9cb84703b016ec6d273d979aee6a6a8763846d9 (patch) | |
| tree | 795b93889517903e0b23612ab7b9d62561fabfbd /acconfig.h | |
| parent | 6102e29df28fa0707752875e23445ef1d84d5b10 (diff) | |
| download | cpython-git-c9cb84703b016ec6d273d979aee6a6a8763846d9.tar.gz | |
Skip Montanaro <skip@mojam.com>:
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.
Diffstat (limited to 'acconfig.h')
| -rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index d8b0fc3c17..6eb9feb47d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -151,6 +151,9 @@ (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK +/* Define if you want to use BSD db. */ +#undef WITH_LIBDB + /* Define if you want to build an interpreter with many run-time checks */ #undef Py_DEBUG |
