Differences From Artifact [15096163fb]:
- File auto.def — part of check-in [c693a3365c] at 2014-08-23 06:08:21 on branch optionalMiniz — Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. (user: mistachkin size: 10019) [more...]
To Artifact [f81ddb6665]:
- File auto.def — part of check-in [bc8b21d01c] at 2014-09-01 20:40:44 on branch multi-thread — Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) (user: jan.nijtmans size: 10111)
| ︙ | |||
289 290 291 292 293 294 295 296 297 298 | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | + + + + |
if {[opt-bool fusefs]} {
if {[cc-check-function-in-lib fuse_mount fuse]} {
define FOSSIL_HAVE_FUSEFS 1
define-append LIBS -lfuse
msg-result "FuseFS support enabled"
}
}
if {[cc-check-function-in-lib pthread_create pthread]} {
define-append LIBS -lpthread
}
make-template Makefile.in
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}
|