--- setup.py 2002-07-08 00:54:26.000000000 +0100 +++ setup.py 2003-06-01 02:02:16.000000000 +0100 @@ -68,8 +68,8 @@ # figure out from the base setting where the lib and .h are if not incdir: incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') - if not '-ldb' in LIBS: - libname = ['db'] + if not '-ldb-3.2' in LIBS: + libname = ['db-3.2'] else: libname = [] utils = []