build: remove dependency on netinet/in6.h

This commit is contained in:
Jan Engelhardt
2008-09-01 15:12:04 -04:00
parent f30793f591
commit 8a7354d8d5

View File

@@ -27,8 +27,6 @@ AC_ARG_WITH([xtlibdir],
[xtlibdir="$withval"],
[xtlibdir='${libexecdir}/xtables'])
AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)])
AC_MSG_CHECKING([xtables.h presence])
if [[ -n "$xtables_location" ]]; then
if [[ -f "$xtables_location/xtables.h" ]]; then