diff options
author | Roland McGrath <roland@redhat.com> | 1996-06-22 22:00:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-06-22 22:00:31 +0000 |
commit | 0c23819036abff9b0e52d121171d6f24bd7906b3 (patch) | |
tree | 25778fcd56edf5ff21834592f2302f5cd87f1208 /configure.in | |
parent | 91a7257252de786fa5001af967862acea660ea33 (diff) | |
download | gunmake-0c23819036abff9b0e52d121171d6f24bd7906b3.tar.gz |
Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configure.in: Don't check for _sys_siglist.
* make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is
no strsignal or sys_siglist.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 164eead..05d80c2 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,6 @@ AC_CHECK_FUNCS(psignal mktemp \ dup2 getcwd sigsetmask getgroups setlinebuf \ seteuid setegid setreuid setregid strerror strsignal) AC_CHECK_SYMBOL(sys_siglist) -AC_CHECK_SYMBOL(_sys_siglist) AC_FUNC_ALLOCA AC_FUNC_VFORK AC_FUNC_SETVBUF_REVERSED |