diff options
author | paul <paul> | 2003-10-30 21:59:57 +0000 |
---|---|---|
committer | paul <paul> | 2003-10-30 21:59:57 +0000 |
commit | d51ac32135b7495045feef12568c1304a375d0b0 (patch) | |
tree | 954eaad4e24074bc18b8481a8c5f4283859dd464 /configure.ac | |
parent | 4d103c0fae3ff2473881987beffc801b2c1c4a81 (diff) | |
download | quagga-d51ac32135b7495045feef12568c1304a375d0b0.tar.bz2 quagga-d51ac32135b7495045feef12568c1304a375d0b0.tar.xz |
2003-10-30 Paul Jakma <paul@dishone.st>
* configure.ac: netinet/in_systm.h is yet another well-known
header file we really should be checking for.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |