Fossil

Diff
Login

Diff

Differences From Artifact [15096163fb]:

To Artifact [f81ddb6665]:


289
290
291
292
293
294
295




296
297
298
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"
  }
}





make-template Makefile.in
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}







>
>
>
>



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_*}