]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Remove XTABLES_VERSION define, it is now provided by xtables.h
authorJan Engelhardt <jengelh@computergmbh.de>
Tue, 4 Mar 2008 04:13:15 +0000 (05:13 +0100)
committerJan Engelhardt <jengelh@computergmbh.de>
Tue, 4 Mar 2008 04:13:34 +0000 (05:13 +0100)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
configure.ac

index 3d7c35b32b4444d0428e4470c32bcabb94132e7b..57d82d7d2eefa5fdd97a5bfa930f20023ff6c882 100644 (file)
@@ -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";