build: remove unused -DXTABLES_LIBDIR from CFLAGS

This commit is contained in:
Jan Engelhardt
2010-11-23 21:52:45 +01:00
parent bf8d44cca4
commit 6599996ccc

View 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";
#