From: Jan Engelhardt Date: Tue, 23 Nov 2010 20:52:45 +0000 (+0100) Subject: build: remove unused -DXTABLES_LIBDIR from CFLAGS X-Git-Tag: v1.32~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6599996cccd95d3f081b6844d127770ff8394144;p=thirdparty%2Fxtables-addons.git build: remove unused -DXTABLES_LIBDIR from CFLAGS --- diff --git a/configure.ac b/configure.ac index 1c22072..b6b2256 100644 --- a/configure.ac +++ b/configure.ac @@ -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"; #