projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb79f5
)
entered into RCS
author
Roland McGrath
<roland@redhat.com>
Fri, 11 Feb 1994 02:45:27 +0000
(
02:45
+0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 11 Feb 1994 02:45:27 +0000
(
02:45
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index eb29345a73342301e0788d0cd385d755505027f5..23f88fbeada9f8fcc93ca15890aba7a7313416e9 100644
(file)
--- 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.