From c703be229a8136621b70fe4c4735cc67a5e34dc8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 4 Mar 2008 05:13:15 +0100 Subject: [PATCH] Remove XTABLES_VERSION define, it is now provided by xtables.h Signed-off-by: Jan Engelhardt --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3d7c35b..57d82d7 100644 --- a/configure.ac +++ b/configure.ac @@ -50,8 +50,7 @@ fi; 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_VERSION=\\\"$PACKAGE_VERSION\\\" \ - -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\""; + -Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\""; kinclude_CFLAGS=""; if [[ -n "$kbuilddir" ]]; then kinclude_CFLAGS="$kinclude_CFLAGS -I $kbuilddir/include";