Bojan Smojver wrote: > On Tue, 2009-06-09 at 02:24 -0400, Philip M. Gollucci wrote: >> No I just want SUBVERSION to be able to tell that APR-UTIL was >> compiled with ANY BDB support. > > If I do 'grep -rl apr_dbm *' in subversion-1.6.2 source, I don't get any > hits. You sure SVN actually uses that? > > BTW, have you tried configuring SVN with --with-berkeley-db? It works > here... > no not sure, but my understanding is that
libsvn_fs_base is compiled if BDB support is detected. CHANGES: * libsvn_fs now loads either bdb (libsvn_fs_base) or fsfs (libsvn_fs_fs)
