Turn off debugging output for building bsddb.

This commit is contained in:
Brett Cannon 2008-05-29 21:23:33 +00:00
parent 9287acf83d
commit ef3dab28f2
1 changed files with 3 additions and 2 deletions

View File

@ -842,8 +842,9 @@ class PyBuildExt(build_ext):
if db_setup_debug: print "db lib: ", dblib, "not found"
except db_found:
print "bsddb using BerkeleyDB lib:", db_ver, dblib
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
if db_setup_debug:
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