Jukka Salmi <[EMAIL PROTECTED]> writes: > Fabian Groffen --> mutt-dev (2007-04-09 12:59:20 +0200): >> 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. > > Fine. This has already been committed as rev. 5096.
But doesn't fix my problem of header/library mismatch (not a problem, I was just interested to see where the problem was, I can use QDBM for the nonce, but configure.ac should be fixed before 1.6 -- look at bogofilter's autoconf script if you like. Bogofilter's CVS is at sourceforge.net) -- Matthias Andree