From 835b7f1b3287820bc21c5a9a399ffe54419ef9ff Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 30 Oct 2003 21:59:57 +0000 Subject: 2003-10-30 Paul Jakma * configure.ac: netinet/in_systm.h is yet another well-known header file we really should be checking for. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 26079882..a3e37cc2 100755 --- a/configure.ac +++ b/configure.ac @@ -196,9 +196,9 @@ AC_CHECK_HEADERS([string.h stropts.h sys/conf.h sys/ksym.h sys/time.h \ sys/types.h linux/version.h kvm.h netdb.h asm/types.h \ libutil.h limits.h]) -AC_CHECK_HEADERS([sys/socket.h netinet/in.h net/if_dl.h \ - net/netopt.h inet/nd.h net/route.h net/if.h \ - net/if_var.h netinet/in_var.h]) +AC_CHECK_HEADERS([sys/socket.h netinet/in_systm.h netinet/in.h \ + net/if_dl.hnet/netopt.h inet/nd.h net/route.h + net/if.h net/if_var.h netinet/in_var.h]) if test "x${enable_ipv6}" = "xyes"; then AC_CHECK_HEADERS([netinet6/in6.h netinet/in6_var.h netinet/icmp6.h \ -- cgit v1.2.1