X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=cf423edcd6b4fd64658852c0d1260b1ee6d6ee46;hb=dd13e59199e95dfa5421ca33907c0cccc75e550c;hp=2914b5acc394ddb56cfbb0c585c56cbc05dadb87;hpb=653d8334c5085f7559f3b12438c8636210e66701;p=collectd.git diff --git a/configure.in b/configure.in index 2914b5ac..cf423edc 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(collectd, 4.0.3) +AC_INIT(collectd, 4.0.4) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -332,7 +332,12 @@ AC_CHECK_HEADERS(net/if_arp.h, [], [], # include #endif ]) -AC_CHECK_HEADERS(net/if_ppp.h) +AC_CHECK_HEADERS(net/ppp_defs.h) +AC_CHECK_HEADERS(net/if_ppp.h, [], [], +[#if HAVE_NET_PPP_DEFS_H +# include +#endif +]) AC_CHECK_HEADERS(netinet/if_ether.h, [], [], [#if HAVE_STDINT_H # include