Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409223 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.in (-1 / +1 lines)
Lines 1651-1657 fi Link Here
1651
# declared in the iptables plugin.
1651
# declared in the iptables plugin.
1652
if test "x$with_libiptc" = "xpkgconfig"
1652
if test "x$with_libiptc" = "xpkgconfig"
1653
then
1653
then
1654
	AC_CHECK_TYPES([iptc_handle_t, ip6tc_handle_t], [], [])
1654
	AC_CHECK_TYPES([struct iptc_handle *, struct ip6tc_handle *], [], [])
1655
fi
1655
fi
1656
# Check for the iptc_init symbol in the library.
1656
# Check for the iptc_init symbol in the library.
1657
# This could be in iptc or ip4tc
1657
# This could be in iptc or ip4tc

Return to bug 409223