Hi,
both tdbspeed and tdbtest depend on gdbm.h, but only
building of
tdbtest is disabled if gdbm is not installed. Hence, on
a system without
gdbm, building of libtdb fails by trying to compile
tdbspeed.
that attached patch to configure.in and Makefile.am
fixes this by
making the compilation of tdbspeed conditional, just
like it already is
for tdbtest.
Conrad.
da patch
Logged In: YES
user_id=671203
same problem here.
the patch wouldn't apply.