summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2021-07-27 19:42:27 +0200
committerRalf Baechle <ralf@linux-mips.org>2021-07-27 19:42:27 +0200
commit5a3c1d3c0b22750cd747dafc0faabcd69af0453a (patch)
tree856fc4d6def021fbad13909cedd5262852e16d3d
parent661eb7d4c40884063e49a556022cbd5d827ce73f (diff)
configure.ac: Remove AC_FUNC_SETPGRP test.
It was never necessary as nothing is calling setpgrp(). Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Fixes: 1849a40edfb6 ("Convert to autoconf 2.59. Delete junk from past centuries.")
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efcdd79..d9da373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ AC_STRUCT_TM
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
-AC_FUNC_SETPGRP
AC_FUNC_STRFTIME
AC_FUNC_WAIT3
AC_CHECK_FUNCS(gethostname gettimeofday mkdir select socket strdup strerror strspn strstr strtol strtoul uname)