summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-07-22 12:25:43 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-07-22 12:25:43 +0200
commit4d8656ad9d0afd04820f125a85a7b673c7e74fe6 (patch)
treea73eab29d60c2835e137ad111879f6c19aa188a3 /configure.ac
parent1757ec846419c76da4e104f9675b40e05ac3eee6 (diff)
libxt_TCPMSS: restore build with IPv6-less libcs
Commit v1.4.10-149-gea2a02f added an netinet/ip6.h include, which is not available on systems without IPv6 header files. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5cb1b1bb..6aa0b2a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,6 +68,7 @@ if test "$ac_cv_header_linux_ip_vs_h" != "yes"; then
fi;
AC_SUBST([blacklist_modules])
+AC_CHECK_SIZEOF([struct ip6_hdr], [], [#include <netinet/ip6.h>])
AM_CONDITIONAL([ENABLE_STATIC], [test "$enable_static" = "yes"])
AM_CONDITIONAL([ENABLE_SHARED], [test "$enable_shared" = "yes"])