author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 Sep 2009 08:56:19 +0000 (10:56 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 Sep 2009 08:56:19 +0000 (10:56 +0200) | ||
commit | 88998e1d5523cb2a949c09b75c3fcea93bea88ea | |
tree | b60ce0a99b961eeea7f32060eb1419cbb9731a62 | tree | snapshot |
parent | 84014b619d09bd1091724a4086222954e8c2450a | commit | diff |
Build system: Check for “libiptc/libip6tc.h” and “linux/netfilter/x_tables.h”, too.
Apparently “linux/netfilter/x_tables.h” is not available with older
kernels which leads to build fails there:
-- 8< --
In file included from libiptc.c:47,
from libip4tc.c:136:
xtables.h:24:38: linux/netfilter/x_tables.h: No such file or directory
-- >8 --
Apparently “linux/netfilter/x_tables.h” is not available with older
kernels which leads to build fails there:
-- 8< --
In file included from libiptc.c:47,
from libip4tc.c:136:
xtables.h:24:38: linux/netfilter/x_tables.h: No such file or directory
-- >8 --
configure.in | diff | blob | history |