]> granicus.if.org Git - python/commit
On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 24 Aug 2007 05:38:31 +0000 (05:38 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 24 Aug 2007 05:38:31 +0000 (05:38 +0000)
commit79af4affd95dffb38f422327825ec3c1e2d957df
treedb7caef641c60dbe3014eea7e549615ce243f485
parent838c33268b70c140a38ade92448492a5e796f488
On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x
library installed both were detected so both modules were enabled.  But the include
path causes the recent BerkeleyDB's db.h file to be included causing the bsddb185
compile to fail.  This disables building bsddb185 when both are present.
setup.py