aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-07-15 14:20:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-07-15 14:20:58 +0000
commitae4614e69045c697b7704b72030dca373b9d0f71 (patch)
tree1ad676a1b8916d8acea3a4d744fc645febfa3f72 /configure.ac
parentb1fa0408fb5810e5024f3e657706111a2054f8b5 (diff)
downloadsshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar.gz
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar.bz2
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.zip
Add option 'delay_connect': This will always create the sshfs mount,
even if the connection to the server can't be established.
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 2e165c8..ac69a38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ fi
AM_CONDITIONAL(SSH_NODELAY_SO, test "$enable_sshnodelay" = "yes")
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
-PKG_CHECK_MODULES(SSHFS, [fuse >= 2.2 glib-2.0 gthread-2.0])
+PKG_CHECK_MODULES(SSHFS, [fuse >= 2.3 glib-2.0 gthread-2.0])
have_fuse_opt_parse=no
oldlibs="$LIBS"
LIBS="$LIBS $SSHFS_LIBS"