Remove unused fparseln compat code.

This commit is contained in:
Nicholas Marriott
2019-05-27 14:28:05 +01:00
parent bd40d704e2
commit 9f0904ce6f
3 changed files with 0 additions and 233 deletions

View File

@ -458,14 +458,6 @@ else
AC_LIBOBJ(getopt)
fi
# Look for fparseln in libutil.
AC_SEARCH_LIBS(fparseln, util, found_fparseln=yes, found_fparseln=no)
if test "x$found_fparseln" = xyes; then
AC_DEFINE(HAVE_FPARSELN)
else
AC_LIBOBJ(fparseln)
fi
# Look for fdforkpty and forkpty in libutil.
AC_SEARCH_LIBS(fdforkpty, util, found_fdforkpty=yes, found_fdforkpty=no)
if test "x$found_fdforkpty" = xyes; then