aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:26:45 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:26:45 +0200
commit82e899fb21c116fa8303cabbc10d68bfa06fc89f (patch)
tree52c3883ca6144aca3c515b92fb86eddce82b5775 /configure.ac
parent34146444ce20c477cba7e9fe113e4387da32ae94 (diff)
downloadsshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.gz
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.bz2
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.zip
Switch to libfuse 3.1.0
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0dfd00b..e46234a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ case "$target_os" in
esac
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
-PKG_CHECK_MODULES([SSHFS], [fuse >= 3.0 glib-2.0 gthread-2.0])
+PKG_CHECK_MODULES([SSHFS], [fuse >= 3.1 glib-2.0 gthread-2.0])
have_fuse_opt_parse=no
oldlibs="$LIBS"
LIBS="$LIBS $SSHFS_LIBS"