X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=461f24c14a9409a2111a146e4e8727f731d98c86;hb=cedb6f147e94d0e952449f731313412ef4d67904;hp=87d1502b23360e9e9691e007ac169ec38ce791e1;hpb=b545dbd106a9a3c713041934aaa818a17cb1db10;p=collectd.git diff --git a/configure.ac b/configure.ac index 87d1502b..461f24c1 100644 --- a/configure.ac +++ b/configure.ac @@ -285,6 +285,24 @@ AC_CHECK_HEADERS(netinet/udp.h, [], [], #endif ]) +AC_CHECK_TYPES([struct ip6_ext], [], [], +[#if HAVE_STDINT_H +# include +#endif +#if HAVE_SYS_TYPES_H +# include +#endif +#if HAVE_NETINET_IN_SYSTM_H +# include +#endif +#if HAVE_NETINET_IN_H +# include +#endif +#if HAVE_NETINET_IP6_H +# include +#endif +]) + # For cpu modules AC_CHECK_HEADERS(sys/dkstat.h) if test "x$ac_system" = "xDarwin"