]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: remove unused -DXTABLES_LIBDIR from CFLAGS
authorJan Engelhardt <jengelh@medozas.de>
Tue, 23 Nov 2010 20:52:45 +0000 (21:52 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 23 Nov 2010 20:52:45 +0000 (21:52 +0100)
configure.ac

index 1c2207280044f28fd79054019c64f6235c11abb5..b6b2256fc09ab99d049e58bb9390478d9866a826 100644 (file)
@@ -36,7 +36,7 @@ AC_MSG_RESULT([$xtlibdir])
 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}\\\" \
+       -Winline -pipe \
        -I\${XA_TOPSRCDIR}/include";
 
 #