[Box Backup-dev] COMMIT r245 - box/trunk/infrastructure/m4

Martin Ebourne boxbackup-dev@fluffy.co.uk
Sun, 18 Dec 2005 17:54:02 +0000


On Fri, 2005-12-16 at 16:28 +0000, Jonathan Morton wrote:
> > Modified:
> >    box/trunk/infrastructure/m4/ax_check_bdb_v1.m4
> > Log:
> > Add more libdb version checks when configuring for Berkeley DB
> 
> A step in the right direction, but not far enough.  Libdb1 is now  
> found, containing dbopen(), but the following "does it work" test  
> uses db185_open(), and thus fails.

That's odd. What happens if you edit
    infrastructure/m4/ax_check_bdb_v1.m4
and change the line that says
    AC_SEARCH_LIBS([__db185_open],
to
    AC_SEARCH_LIBS([db185_open],

Cheers,

Martin.