compilation requires FUSE API version 26
parent
16971593a6
commit
8c45b819fa
|
@ -27,10 +27,10 @@
|
|||
|
||||
#include <fuse.h>
|
||||
|
||||
#if !defined(FUSE_VERSION) || (FUSE_VERSION < 25)
|
||||
#if !defined(FUSE_VERSION) || (FUSE_VERSION < 26)
|
||||
#error "***********************************************************"
|
||||
#error "* *"
|
||||
#error "* Compilation requires at least FUSE version 2.5! *"
|
||||
#error "* Compilation requires at least FUSE version 2.6.0! *"
|
||||
#error "* *"
|
||||
#error "***********************************************************"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue