]> granicus.if.org Git - python/commitdiff
print out information about which BerkeleyDB library was found by
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 25 May 2008 07:20:34 +0000 (07:20 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 25 May 2008 07:20:34 +0000 (07:20 +0000)
setup.py to use to build the bsddb module.

setup.py

index 79ad5aabe543bc423c3e745255b65b89d5785545..8ed4486b49c04a9ea1b119671b911388309ea3f7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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