summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-06-25 12:18:23 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-25 12:18:23 +0200
commitb7580450b4c669846fe840997984dfaaa9c39a71 (patch)
treed5fdcf4aaea38b41c482b8b170f8bbbbf6b75b28 /configure.ac
parentee3228af38ec98c60a3b6f72a9b1c75b5ef53641 (diff)
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 <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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="";