blob: 595bd6531f0003eb7b2e91e5c33f753b80554f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.6 2010/06/02 13:07:12 adam Exp $
--- configure.orig 2004-01-24 06:30:30.000000000 +0000
+++ configure
@@ -8961,7 +8961,6 @@ gcc 3.0.x (or 2.95.x) *BEFORE* reporting
Press return to resume configuration (CTRL-C to abort).
================================================================================
EOF
- read dummy
fi
fi
@@ -9956,6 +9955,7 @@ fi
if test "x$HAVE_DB40" = "xyes"; then
berkeleydb_libs="-ldb4"
+ CPPFLAGS="$CPPFLAGS -DBDB_V4"
else
{ { echo "$as_me:$LINENO: error: no supported BerkeleyDB found (4.1, 4.0, 3.1, 3.2, 3.3)" >&5
echo "$as_me: error: no supported BerkeleyDB found (4.1, 4.0, 3.1, 3.2, 3.3)" >&2;}
|