Philip M. Gollucci wrote:
> The question I need answered is
>
> 1.3.3/1.3.4:
> apu-1-config --libs
> -ldb -lgdbm ...
>
> 1.3.5/1.3.7:
> apu-1-config --libs
> ...
>
> What is the 'new' appropriate way to determine in 'autotools' that apu
> has bdb support by a third party ?
I've duplicate the situation (though with trunk) on people in ~
~/apr/trunk
~/apr-util/trunk
$ ~/apr-util/trunk/lib/apr-util-2> ldd ./apr_dbm_db-2.so
./apr_dbm_db-2.so:
libdb-4.6.so.0 => /usr/local/lib/db46/libdb-4.6.so.0 (0x800b02000)
libc.so.7 => /lib/libc.so.7 (0x800633000)
libthr.so.3 => /lib/libthr.so.3 (0x800d3a000)