[Python-checkins] python/dist/src/Modules Setup.dist,1.39,1.40
niemeyer@users.sourceforge.net
niemeyer@users.sourceforge.net
2003年5月26日 14:19:50 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv25680
Modified Files:
Setup.dist
Log Message:
Fixed minor typo in Setup.dist.
Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Setup.dist 3 Apr 2003 04:49:12 -0000 1.39
--- Setup.dist 26 May 2003 21:19:47 -0000 1.40
***************
*** 418,422 ****
#DBINC=$(DB)/include
#DBLIB=$(DB)/lib
! #_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER
# Historical Berkeley DB 1.85
--- 418,422 ----
#DBINC=$(DB)/include
#DBLIB=$(DB)/lib
! #_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
# Historical Berkeley DB 1.85