Merge pull request #3 from Conan-Kudo/add-fuse-to-autofoo

Add check for FUSE to configure.ac
pull/7/head
ebiggers 2017-05-25 20:22:09 -07:00 committed by GitHub
commit 37fb228994
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@ AC_CHECK_HEADERS([errno.h \
PKG_CHECK_MODULES([LIBNTFS_3G], [libntfs-3g >= 2017.3.23], [],
[AC_MSG_ERROR(["Unable to find libntfs-3g"])])
PKG_CHECK_MODULES([FUSE], [fuse >= 2.6.0], [],
[AC_MSG_ERROR(["Unable to find fuse"])])
AC_OUTPUT