]> git.puffer.fish Git - mirror/frr.git/commitdiff
2003-10-30 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 30 Oct 2003 21:59:57 +0000 (21:59 +0000)
committerpaul <paul>
Thu, 30 Oct 2003 21:59:57 +0000 (21:59 +0000)
* configure.ac: netinet/in_systm.h is yet another well-known
  header file we really should be checking for.

configure.ac

index 2607988208bd9d8880fbb4739cad8ad14f3cc1d2..a3e37cc2e733bafabda8e9daa4ebc2d71f0be424 100755 (executable)
@@ -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 \