summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-04-11 02:14:05 +0200
committerRalf Baechle <ralf@linux-mips.org>2019-04-11 02:14:05 +0200
commitc8ceca1b1bd50320f11bba9b65be0600a9da579e (patch)
tree0a150ed0c756210a3ba92b669ddf72ee130128c1
parent2a1e865d8868bad8556f6260d4f0731e5a08f909 (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 0c4398a..8f91b5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,6 @@ AC_STRUCT_TM
dnl Checks for library functions.
AC_FUNC_MEMCMP
-AC_TYPE_SIGNAL
AC_FUNC_UTIME_NULL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(gettimeofday mktime select socket strdup strerror strspn strstr strtol strtoul uname)