diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-04-11 02:03:29 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-04-11 02:03:29 +0200 |
commit | c6970179b608be58c50587e32b5bcc994bebb643 (patch) | |
tree | 29da0c767e3b44c4cd6342422f7ae7c8143a5ba1 | |
parent | ccfd3f39189975fcc8699eee6c1c51733ffe3777 (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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |