summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-02-20 02:22:35 +0000
committerRoland McGrath <roland@redhat.com>2004-02-20 02:22:35 +0000
commit5ef24abf005145b7e30e475e23c0fa2e8b0f4e13 (patch)
tree0a33b38e048e4733d7ce8cdf468c0627aea2d88f /configure.ac
parentd535306ce2d61de87a29764cd94fd81b87d07a8b (diff)
downloadstrace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.gz
strace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.bz2
strace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.xz
Revert jhughes commits.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03bb789..a60b61f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,7 +188,7 @@ 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 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 asm/sysmips.h linux/utsname.h sys/nscsys.h cluster/ssisys.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 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>])