From: Jan Engelhardt <jengelh@xxxxxxxxxx> 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@xxxxxxxxxx> --- configure.ac | 5 ----- 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 -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html