$OpenBSD: patch-configure,v 1.3 2003/12/08 17:42:34 sturm Exp $ --- configure.orig 2002-01-29 03:37:16.000000000 +0100 +++ configure 2003-12-07 13:36:36.000000000 +0100 @@ -1017,8 +1017,8 @@ EOF DBINC="-I$withval/dist" DBLIB="-L$withval/dist -ldb" - elif test -f $withval/include/db_185.h -a \ - -f $withval/lib/libdb.a; then + elif test -f $withval/include/db/db_185.h -a \ + -f $withval/lib/db/libdb.a; then owd=`pwd` if cd $withval; then withval=`pwd`; cd $owd; fi cat >> confdefs.h <<\EOF