summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2002-12-30 10:23:01 +0000
committerRoland McGrath <roland@redhat.com>2002-12-30 10:23:01 +0000
commit41074c0b39c11dfec6e042a03c5cadb292f08ae7 (patch)
treee7d0c5848ab54523aed6feb701a9c7d180009fd5 /configure.ac
parent9797cebddbb0b2ce2ed19ed31ffdbd25d1f860da (diff)
downloadstrace-41074c0b39c11dfec6e042a03c5cadb292f08ae7.tar.gz
strace-41074c0b39c11dfec6e042a03c5cadb292f08ae7.tar.bz2
strace-41074c0b39c11dfec6e042a03c5cadb292f08ae7.tar.xz
2002-12-30 Roland McGrath <roland@redhat.com>
* configure.ac: Fix asm/sigcontext.h check to include prerequisite.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02590ce..5e43afd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,9 +179,10 @@ AC_CHECK_LIB(nsl, main)
fi
AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist getdents mctl prctl sendmsg inet_ntop if_indextoname)
-AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h asm/sigcontext.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h netinet/tcp.h netinet/udp.h asm/sysmips.h linux/utsname.h sys/nscsys.h], [], [])
+AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h netinet/tcp.h netinet/udp.h asm/sysmips.h linux/utsname.h sys/nscsys.h], [], [])
AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
[], [], [#include <linux/socket.h>])
+AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
AC_MP_PROCFS
AC_POLLABLE_PROCFS