summaryrefslogtreecommitdiff
path: root/infrastructure/m4/ax_path_bdb.m4
Commit message (Collapse)AuthorAge
* Remove --with-bdb-dir option, to avoid confusion and be consistent with the ↵James O'Gorman2007-07-01
| | | | SSL flags.
* Add --with-bdb-headers and --with-bdb-lib flags to configure to fix Berkeley ↵James O'Gorman2007-07-01
| | | | DB detection issues on FreeBSD. The original --with-bdb-dir flag is still present for systems that install BDB in a "standard" location.
* The last commit fixed the header file check, hopefully this will fix the ↵Martin Ebourne2006-01-02
| | | | library check on platforms with only db version 1.
* Try and bodge round the scary mess Berkeley DB has left us. This possible ↵Martin Ebourne2006-01-02
| | | | fix is for FreeBSD which fails to compile db.h
* Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions ↵Martin Ebourne2005-12-28
inbetween are not supported because they require code changes and I don't have them available to test against.