mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Comment tweak: point to Robin Dunn's pybsddb project on SourceForge.
This commit is contained in:
parent
59c9a645e2
commit
02fac83ba1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue