From 8a7354d8d57ca4c2c2070fd7941f01e16c5383e0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 15:12:04 -0400 Subject: [PATCH] build: remove dependency on netinet/in6.h --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 902ab00..66b05eb 100644 --- a/configure.ac +++ b/configure.ac @@ -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