aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBill Zissimopoulos <billziss@navimatics.com>2016-06-22 17:02:30 -0700
committerBill Zissimopoulos <billziss@navimatics.com>2016-06-22 17:02:30 -0700
commita175c2876ac65235affaa07d81ecd904034734a1 (patch)
treea886f47c0ae11c3e2d50d53f63ec4b924f31f1d4 /configure.ac
parentb2fa7593586b141298e6159f40f521d2b0f4f894 (diff)
downloadsshfs-a175c2876ac65235affaa07d81ecd904034734a1.tar
sshfs-a175c2876ac65235affaa07d81ecd904034734a1.tar.gz
sshfs-a175c2876ac65235affaa07d81ecd904034734a1.tar.bz2
sshfs-a175c2876ac65235affaa07d81ecd904034734a1.zip
port sshfs to cygwin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7c0cdd1..7fa6969 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,7 @@ have_fuse_opt_parse=no
oldlibs="$LIBS"
LIBS="$LIBS $SSHFS_LIBS"
AC_CHECK_FUNC([fuse_opt_parse], [have_fuse_opt_parse=yes])
+AC_CHECK_FUNC([fsp_fuse_opt_parse], [have_fuse_opt_parse=yes])
LIBS="$oldlibs"
if test "$have_fuse_opt_parse" = no -o "$osname" = darwin; then
CFLAGS="$CFLAGS -I${srcdir}/compat"