Kaydet (Commit) 02fac83b authored tarafından Greg Ward's avatar Greg Ward

Comment tweak: point to Robin Dunn's pybsddb project on SourceForge.

üst 59c9a645
...@@ -381,8 +381,8 @@ class PyBuildExt(build_ext): ...@@ -381,8 +381,8 @@ class PyBuildExt(build_ext):
# Edit the variables DB and DBPORT to point to the db top directory # Edit the variables DB and DBPORT to point to the db top directory
# and the subdirectory of PORT where you built it. # and the subdirectory of PORT where you built it.
# #
# (See http://electricrain.com/greg/python/bsddb3/ for an interface to # (See http://pybsddb.sourceforge.net/ for an interface to
# BSD DB 3.x.) # Berkeley DB 3.x.)
dblib = [] dblib = []
if self.compiler.find_library_file(lib_dirs, 'db-3.1'): if self.compiler.find_library_file(lib_dirs, 'db-3.1'):
......
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