print out information about which BerkeleyDB library was found by

setup.py to use to build the bsddb module.
This commit is contained in:
Gregory P. Smith 2008-05-25 07:20:34 +00:00
parent a6168f9e0a
commit c424061968
1 changed files with 2 additions and 3 deletions

View File

@ -815,9 +815,8 @@ class PyBuildExt(build_ext):
if db_setup_debug: print "db lib: ", dblib, "not found"
except db_found:
if db_setup_debug:
print "db lib: using", db_ver, dblib
print "db: lib dir", dblib_dir, "inc dir", db_incdir
print "bsddb using BerkeleyDB lib:", db_ver, dblib
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
db_incs = [db_incdir]
dblibs = [dblib]
# We add the runtime_library_dirs argument because the