summaryrefslogtreecommitdiff
blob: 616beba98338cead3c4067a8a5e6a382dab21534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#diff -Naurp config.old config.in
--- config.old	2004-10-21 08:11:53.000000000 -0400
+++ config.in	2004-10-21 08:13:05.000000000 -0400
@@ -9,7 +9,8 @@
 
 #INCLUDE	= /usr/local/include
 #INCLUDE	= ../..
-INCLUDE	= /usr/local/BerkeleyDB/include
+#INCLUDE	= /usr/local/BerkeleyDB/include
+INCLUDE         = /usr/include
 
 # 2. Where is libdb?
 #
@@ -18,7 +19,8 @@ INCLUDE	= /usr/local/BerkeleyDB/include
 
 #LIB	= /usr/local/lib
 #LIB	= ../..
-LIB	= /usr/local/BerkeleyDB/lib
+#LIB	= /usr/local/BerkeleyDB/lib
+LIB     = /usr/lib
 
 # 3. Is the library called libdb?
 #