Differences From Artifact [3c615e3f8c]:
- File auto.def — part of check-in [7839ff0286] at 2016-09-07 11:12:30 on branch openssl-1.1 — Complete transition to OpenSSL 1.1.0, which needs additional library on Windows (crypt32.dll) and which has support for ssl2 removed completely. (user: jan.nijtmans size: 16812) [more...]
To Artifact [4772202024]:
- File auto.def — part of check-in [6a80a2f246] at 2016-10-28 04:27:22 on branch altFuseFsDef — Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. (user: mistachkin size: 16865) [more...]
︙ | |||
477 478 479 480 481 482 483 484 485 486 487 488 489 490 | 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 | + | } cc-check-function-in-lib dlopen dl cc-check-function-in-lib sin m # Check for the FuseFS library if {[opt-bool fusefs]} { if {[cc-check-function-in-lib fuse_mount fuse]} { define-append EXTRA_CFLAGS -DFOSSIL_HAVE_FUSEFS define FOSSIL_HAVE_FUSEFS 1 define-append LIBS -lfuse msg-result "FuseFS support enabled" } } make-template Makefile.in |
︙ |