summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-15 16:00:00 +0200
committerThomas Haller <thaller@redhat.com>2016-10-19 15:26:30 +0200
commit274de2555baf30855501d3e275a09404ab03565a (patch)
tree94b1a1fb8cf839b726417014134a70feae452564 /configure.ac
parenta54a3e8263f7ba6eee1b975536e0b7f3c6a98d63 (diff)
downloadNetworkManager-274de2555baf30855501d3e275a09404ab03565a.tar.gz
build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILER
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a245d72934..7b038fd508 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1070,8 +1070,8 @@ else
fi
fi
AS_IF([test "$with_valgrind" != "no"],
- AC_SUBST(VALGRIND_RULES, 'LOG_COMPILER = "$(top_srcdir)/tools/run-test-valgrind.sh" --called-from-make "$(LIBTOOL)" "$(with_valgrind)" '"$with_valgrind_suppressions"),
- AC_SUBST(VALGRIND_RULES, []))
+ AC_SUBST(NM_LOG_COMPILER, 'LOG_COMPILER = "$(top_srcdir)/tools/run-test-valgrind.sh" --called-from-make "$(LIBTOOL)" "$(with_valgrind)" '"$with_valgrind_suppressions"),
+ AC_SUBST(NM_LOG_COMPILER, []))
AM_CONDITIONAL(WITH_VALGRIND, test "${with_valgrind}" != "no")
GTK_DOC_CHECK(1.0)