From 5ce31bffc865d0247f90493a2c68ed2c23012462 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 11 Apr 2019 02:12:53 +0200 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3