diff options
author | Roland McGrath <roland@redhat.com> | 1994-02-11 02:45:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-02-11 02:45:27 +0000 |
commit | 92c245ab9873b208e7ce93e2687c5bc6c600380d (patch) | |
tree | eb2d99837bde860bc728ea15e02a3cf6cd9cb93c | |
parent | 3bb79f5823f3cfb7d1b51107abbee806417cf6d4 (diff) | |
download | gunmake-92c245ab9873b208e7ce93e2687c5bc6c600380d.tar.gz |
entered into RCS
-rw-r--r-- | configure.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in index eb29345..23f88fb 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 <signal.h> -/* NetBSD declares sys_siglist in <unistd.h>. */ -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#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. |