Skip to content

Commit e8cbef0

Browse files
author
brett.cannon
committed
Turn off debugging output for building bsddb.
git-svn-id: http://svn.python.org/projects/python/trunk@63799 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 57ca103 commit e8cbef0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,9 @@ class db_found(Exception): pass
842842
if db_setup_debug: print "db lib: ", dblib, "not found"
843843

844844
except db_found:
845-
print "bsddb using BerkeleyDB lib:", db_ver, dblib
846-
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
845+
if db_setup_debug:
846+
print "bsddb using BerkeleyDB lib:", db_ver, dblib
847+
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
847848
db_incs = [db_incdir]
848849
dblibs = [dblib]
849850
# We add the runtime_library_dirs argument because the

0 commit comments

Comments
 (0)