diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-12 04:35:13 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-12 04:35:13 +0000 |
commit | 1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3 (patch) | |
tree | 8bec287893a5b2fb441be612fbac4d64b8d8c8b2 /configure.in | |
parent | 0e30f46a624803455dcc74acf9a333666467d253 (diff) | |
download | gunmake-1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3.tar.gz |
Various minor updates and code cleanups.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2c981c9..2fd545f 100644 --- a/configure.in +++ b/configure.in @@ -167,8 +167,9 @@ if test "$ac_cv_header_nlist_h" = yes; then fi fi -AC_CHECK_DECLS([sys_siglist],,, -[#include <signal.h> +AC_CHECK_DECLS([sys_siglist, _sys_siglist, __sys_siglist], , , + [AC_INCLUDES_DEFAULT +#include <signal.h> /* NetBSD declares sys_siglist in unistd.h. */ #if HAVE_UNISTD_H # include <unistd.h> |