$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