Hi, Fabian Groffen --> mutt-dev (2007-04-07 16:27:41 +0200): > On 07-04-2007 16:10:30 +0200, Jukka Salmi wrote: [..] > > Which bdb versions do you have installed? Which are the paths to the > > include files and to the libraries? > > sys-libs/db > selected: 4.5.20_p2 4.4.20_p4 4.3.29-r2 [...] > 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? Regards, Jukka -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~
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