From: paul Date: Thu, 30 Oct 2003 21:59:57 +0000 (+0000) Subject: 2003-10-30 Paul Jakma X-Git-Tag: frr-2.0-rc1~3865 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=835b7f1b3287820bc21c5a9a399ffe54419ef9ff;p=mirror%2Ffrr.git 2003-10-30 Paul Jakma * configure.ac: netinet/in_systm.h is yet another well-known header file we really should be checking for. --- diff --git a/configure.ac b/configure.ac index 2607988208..a3e37cc2e7 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 \