summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2012-05-19 23:56:03 +0200
committerJan Engelhardt <jengelh@medozas.de>2012-05-19 23:56:20 +0200
commit6b48541caa34003b218b045c7b4cc61a4bd1c2c3 (patch)
tree5bd8f4b7cb600add54a3cab4bff1446a3d0b40cb /configure.ac
parent9fd83f28e145993fe9a34953566d5ce2d03a76f7 (diff)
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 <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
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