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

Turn off debugging output for building bsddb.

üst 9287acf8
...@@ -842,8 +842,9 @@ class PyBuildExt(build_ext): ...@@ -842,8 +842,9 @@ 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:
print "bsddb using BerkeleyDB lib:", db_ver, dblib if db_setup_debug:
print "bsddb 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] db_incs = [db_incdir]
dblibs = [dblib] dblibs = [dblib]
# We add the runtime_library_dirs argument because the # We add the runtime_library_dirs argument because the
......
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