remove no longer useful check for fsp_fuse_opt_parse from configure.ac

This commit is contained in:
Bill Zissimopoulos 2017-01-12 11:24:08 -08:00
parent a175c2876a
commit efeed71295
1 changed files with 0 additions and 1 deletions

View File

@ -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"