mirror of
https://github.com/phatina/simple-mtpfs
synced 2024-12-26 08:32:40 +00:00
lower fuse version for osxfuse compatibility
This commit is contained in:
parent
4a962f35f9
commit
a96c692861
@ -17,7 +17,7 @@ AC_CHECK_LIB([mtp], [LIBMTP_Init], [], [AC_MSG_ERROR([libmtp not found])])
|
||||
AC_CHECK_HEADERS([libmtp.h])
|
||||
AC_CHECK_FUNCS([fdatasync])
|
||||
|
||||
PKG_CHECK_MODULES([FUSE], [fuse >= 2.8])
|
||||
PKG_CHECK_MODULES([FUSE], [fuse >= 2.7.3])
|
||||
AC_SUBST([FUSE_CFLAGS])
|
||||
AC_SUBST([FUSE_LIBS])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user