From 8cdb9e6b30a5f9cad924e20febb8a560b232802e Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 7 Dec 2020 15:35:56 +0100 Subject: Move compiler specific compatibility support to separated file Kernel compatibility support was broken in 7.9, reported by Ed W. Signed-off-by: Jozsef Kadlecsik --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1086de3..2f06590 100644 --- a/configure.ac +++ b/configure.ac @@ -851,7 +851,8 @@ dnl Checks for library functions. dnl Generate output AC_CONFIG_FILES([Makefile include/libipset/Makefile lib/Makefile lib/libipset.pc src/Makefile utils/Makefile - kernel/include/linux/netfilter/ipset/ip_set_compat.h]) + kernel/include/linux/netfilter/ipset/ip_set_compat.h + kernel/include/linux/netfilter/ipset/ip_set_compiler.h]) AC_OUTPUT dnl Summary -- cgit v1.2.3