summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/patches/patch-ai
blob: 7238240f5c37ed547e5d4144d6c493807e3af9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ai,v 1.3 2004/08/10 14:18:44 ben Exp $

--- configure.ac.orig	2004-08-09 20:55:01.000000000 -0400
+++ configure.ac	2004-08-09 20:55:48.000000000 -0400
@@ -159,4 +159,5 @@
             if test -f "$BERKELEY_DB_DIR/include/$v/db.h"; then
                 BERKELEY_DB_CFLAGS="-I$BERKELEY_DB_DIR/include/$v"
+		break
             fi
         done
@@ -166,4 +167,5 @@
             if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then
                 BERKELEY_DB_LIB="-l$v"
+		break
             fi
         done