From: Roland McGrath Date: Fri, 11 Feb 1994 02:45:27 +0000 (+0000) Subject: entered into RCS X-Git-Tag: 3.70.2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c245ab9873b208e7ce93e2687c5bc6c600380d;p=thirdparty%2Fmake.git entered into RCS --- diff --git a/configure.in b/configure.in index eb29345a..23f88fbe 100644 --- a/configure.in +++ b/configure.in @@ -54,13 +54,7 @@ pid = waitpid (-1, &status, 0); ], AC_DEFINE(HAVE_UNION_WAIT)) -AC_COMPILE_CHECK(sys_siglist declaration in signal.h or unistd.h, - [#include -/* NetBSD declares sys_siglist in . */ -#ifdef HAVE_UNISTD_H -#include -#endif], [char *msg = *(sys_siglist + 1);], - AC_DEFINE(SYS_SIGLIST_DECLARED)) +AC_SYS_SIGLIST_DECLARED # The presence of the following is not meant to imply # that make necessarily works on those systems.