diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2003-05-26 21:19:47 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2003-05-26 21:19:47 (GMT) |
commit | 3d5cbea20220e106e6616efa8f6d5fd80ed4074f (patch) | |
tree | a58bf95b0f24ac2461a7d41bb5a81ae19e2e458f /Modules/Setup.dist | |
parent | 053916959af8868715c9ce4b960c6607f6b12f12 (diff) | |
download | cpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.zip cpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.tar.gz cpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.tar.bz2 |
Fixed minor typo in Setup.dist.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 503be2a..7d486dc 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -417,7 +417,7 @@ GLHACK=-Dclear=__GLclear #DBLIBVER=4.0 #DBINC=$(DB)/include #DBLIB=$(DB)/lib -#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER +#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER) # Historical Berkeley DB 1.85 # |