blob: 2c98d2f1b02b251e9b564c1eb0cebd07ea3522cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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 = []
|