From 3e70d6289db84e601e40efdbe6a7e0a6a20c2b31 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 16 Feb 2010 22:14:16 +0100 Subject: [PATCH] build: remove unused kinclude_CFLAGS --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 6c1dd31..d26d656 100644 --- a/configure.ac +++ b/configure.ac @@ -63,10 +63,6 @@ regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \ -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations \ -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \ -Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\""; -kinclude_CFLAGS=""; -if [[ -n "$kbuilddir" ]]; then - kinclude_CFLAGS="$kinclude_CFLAGS -I $kbuilddir/include"; -fi; # # check kernel version @@ -103,7 +99,6 @@ elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \ fi; AC_SUBST([regular_CFLAGS]) -AC_SUBST([kinclude_CFLAGS]) AC_SUBST([kbuilddir]) AC_SUBST([xtlibdir]) AC_CONFIG_FILES([Makefile Makefile.iptrules Makefile.mans