diff options
author | Bill Zissimopoulos <billziss@navimatics.com> | 2017-01-12 11:24:08 -0800 |
---|---|---|
committer | Bill Zissimopoulos <billziss@navimatics.com> | 2017-01-12 11:24:08 -0800 |
commit | efeed712953258f5466b0821d8e30ab98979299c (patch) | |
tree | f58a473fcedb190bc86b58e17aa36ac8b78ab12d | |
parent | a175c2876ac65235affaa07d81ecd904034734a1 (diff) | |
download | sshfs-efeed712953258f5466b0821d8e30ab98979299c.tar sshfs-efeed712953258f5466b0821d8e30ab98979299c.tar.gz sshfs-efeed712953258f5466b0821d8e30ab98979299c.tar.bz2 sshfs-efeed712953258f5466b0821d8e30ab98979299c.zip |
remove no longer useful check for fsp_fuse_opt_parse from configure.ac
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7fa6969..7c0cdd1 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,6 @@ 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" |