From b04f40406d57cefe9d1be80a9bb49aa583e4876e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 11 Aug 2014 18:38:20 +0200 Subject: [PATCH] configure: Add additional includes when checking for linux/fib_rules.h This seems to be required on Cent OS 6.5. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 695fa451f..b3a7366a4 100644 --- a/configure.ac +++ b/configure.ac @@ -575,9 +575,9 @@ AC_CHECK_FUNC([syslog], [ ]) AM_CONDITIONAL(USE_SYSLOG, [test "x$syslog" = xtrue]) -AC_CHECK_HEADERS(sys/sockio.h glob.h net/if_tun.h linux/fib_rules.h) +AC_CHECK_HEADERS(sys/sockio.h glob.h net/if_tun.h) AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h) -AC_CHECK_HEADERS(netinet/ip6.h, [], [], +AC_CHECK_HEADERS([netinet/ip6.h linux/fib_rules.h], [], [], [ #include #include