summaryrefslogtreecommitdiff
path: root/qdbm/configure.in
Commit message (Collapse)AuthorAge
* Hopefully fix clang detection on Travis.Chris Wilson2015-04-06
| | | | | Travis clang reports its version as "clang version 3.4 (tags/RELEASE_34/final)", unlike "Ubuntu clang version 3.3-5ubuntu4~precise1".
* Show compiler version for clang compile flags debuggingChris Wilson2015-04-06
|
* Fix compile with clang on platforms other than FreeBSD.Chris Wilson2015-02-25
|
* Fix compile on FreeBSD 10 with Clang.Chris Wilson2014-12-01
| | | | | | | Clang doesn't recognise the -fforce-addr and -fno-force-addr compiler flags that qdbm tries to use.
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
| | | | | build on Windows and make it easier to merge Charles' work.
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
| | | | | instead.
* Add QDBM 1.8.77 dbm-compatible database library to sources, will Chris Wilson2010-01-09
probably be used as a default for the reference tracking implementation as it's smaller than BDB and apparently faster.