Skip to content

Commit

Permalink
remove no longer useful check for fsp_fuse_opt_parse from configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Jan 12, 2017
1 parent a175c28 commit efeed71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efeed71

Please sign in to comment.