From 6b48541caa34003b218b045c7b4cc61a4bd1c2c3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 19 May 2012 23:56:03 +0200 Subject: build: remove unused -DLIBNETFILTER_CONNTRACK_DIR CFLAGS must not be overriden if not set (it belongs to the user). Since -DLIBNETFILTER_CONNTRACK_DIR is unused however, remove it altogether. Signed-off-by: Jan Engelhardt --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4a78294..ba7a6f3 100644 --- a/configure.ac +++ b/configure.ac @@ -59,11 +59,6 @@ int main() ],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)]) fi -if test ! -z "$libdir"; then - MODULE_DIR="\\\"$libdir/libnetfilter_conntrack/\\\"" - CFLAGS="$CFLAGS -DLIBNETFILTER_CONNTRACK_DIR=$MODULE_DIR" -fi - dnl Output the makefile AC_CONFIG_FILES([Makefile src/Makefile include/Makefile utils/Makefile qa/Makefile include/libnetfilter_conntrack/Makefile -- cgit v1.2.3