From c6970179b608be58c50587e32b5bcc994bebb643 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 11 Apr 2019 02:03:29 +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(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0056313..d122b02 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,6 @@ AC_PROG_LIBTOOL dnl Checks for libraries. -AC_TYPE_SIGNAL AC_CHECK_FUNC(setsid,, AC_MSG_ERROR([setsid not found])) AC_CHECK_FUNCS(socket strdup strerror strspn) -- cgit v1.2.3