From b7580450b4c669846fe840997984dfaaa9c39a71 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 25 Jun 2008 12:18:23 +0200 Subject: build: ip6.h is not required Remove the check from configure.ac that errors out when ip6.h is not found. The code does not actually depend on any structures from it. Reported-by: anonymous Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2d2f90fd..09e5d0d4 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,6 @@ AC_ARG_ENABLE([devel], AC_ARG_ENABLE([libipq], AS_HELP_STRING([--enable-libipq], [Build and install libipq])) -AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)]) AC_CHECK_HEADER([linux/dccp.h]) blacklist_modules=""; -- cgit v1.2.3