Kaydet (Commit) ef3dab28 authored tarafından Brett Cannon's avatar Brett Cannon

Turn off debugging output for building bsddb.

üst 9287acf8
...@@ -842,6 +842,7 @@ class PyBuildExt(build_ext): ...@@ -842,6 +842,7 @@ class PyBuildExt(build_ext):
if db_setup_debug: print "db lib: ", dblib, "not found" if db_setup_debug: print "db lib: ", dblib, "not found"
except db_found: except db_found:
if db_setup_debug:
print "bsddb using BerkeleyDB lib:", db_ver, dblib print "bsddb using BerkeleyDB lib:", db_ver, dblib
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
db_incs = [db_incdir] db_incs = [db_incdir]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment