summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-27 14:28:05 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-27 14:28:05 +0100
commit9f0904ce6f6da3b7d0b16f2b1bef8702a527bac4 (patch)
treea125cfbfdd70445eb8d30ef2eecab22627225fd2 /configure.ac
parentbd40d704e283e4df213d2c8b163ae095108105d1 (diff)
Remove unused fparseln compat code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index d09fec9d..0795bd64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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