Differences From Artifact [fb0122bec8]:
- File auto.def — part of check-in [7023de9504] at 2014-04-02 06:58:02 on branch trunk — Fix build with default Makefile for platforms which don't have getloadavg() function (e.g. Haiku/Cygwin). Patch provided by Joseph Prostko. (user: jan.nijtmans size: 9023) [more...]
To Artifact [ca3f2e3bd3]:
- File auto.def — part of check-in [5610dc4edf] at 2014-06-05 08:05:19 on branch trunk — Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. (user: jan.nijtmans size: 8990) [more...]
| ︙ | |||
260 261 262 263 264 265 266 | 260 261 262 263 264 265 266 267 | - |
if {![cc-check-functions getpassphrase]} {
# Haiku needs this
cc-check-function-in-lib getpass bsd
}
cc-check-function-in-lib dlopen dl
make-template Makefile.in
|