$NetBSD: patch-af,v 1.4 2004/08/10 14:18:44 ben Exp $ --- configure.orig 2004-08-09 21:14:27.000000000 -0400 +++ configure 2004-08-09 21:14:59.000000000 -0400 @@ -8447,4 +8447,5 @@ if test -f "$BERKELEY_DB_DIR/include/$v/db.h"; then BERKELEY_DB_CFLAGS="-I$BERKELEY_DB_DIR/include/$v" + break fi done @@ -8454,4 +8455,5 @@ if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then BERKELEY_DB_LIB="-l$v" + break fi done