On 07-04-2007 18:15:17 +0200, Jukka Salmi wrote: > > Additionally I have a symlink usr/include/db.h pointing to db4.5/db.h. > > Similar usr/lib/libdb.so is pointing to libdb-4.5.so. For Darwin this > > is the same, but with .dylibs. > > ok, thanks. Could you please try the attached patch and report if it > fixes your problem?
> diff -r 1ab836e94c70 configure.ac > --- a/configure.ac Fri Apr 06 18:03:25 2007 -0700 > +++ b/configure.ac Sat Apr 07 18:06:51 2007 +0200 > @@ -911,7 +911,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([-- > break > ]) > done > - test x$ac_cv_dbcreate = xyes && break > + test x$ac_cv_dbcreate = xyes && break 2 > fi > done > fi This patch indeed fixes the problem for me. Thanks. -- Fabian Groffen Gentoo on a different level
