summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-04-11 02:12:53 +0200
committerRalf Baechle <ralf@linux-mips.org>2019-04-11 02:12:53 +0200
commit5ce31bffc865d0247f90493a2c68ed2c23012462 (patch)
tree8681f20b320c265d77cf081ed46618956d62cbea
parent33953f5c0b32dbbf97bde1287a08b5b147be6ae0 (diff)
configure: Remove AC_TYPE_SIGNAL.
AC_TYPE_SIGNAL only made sense for some SysV R3 crap which is only rotten and (almost) forgotten. We also don't support it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 124e4ef..2558415 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,6 @@ dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_FUNC_SETPGRP
-AC_TYPE_SIGNAL
AC_FUNC_STRFTIME
AC_FUNC_WAIT3
AC_CHECK_FUNCS(gethostname gettimeofday mkdir select socket strdup strerror strspn strstr strtol strtoul uname)