This commit is contained in:
Frank Denis 2016-03-08 13:31:22 +01:00
parent ef843e082e
commit 423702f95d

View File

@ -183,7 +183,7 @@ MOSTLYCLEANFILES += $(valgrind_log_files)
AS_IF([test "$enable_valgrind" != "yes"],[ AS_IF([test "$enable_valgrind" != "yes"],[
VALGRIND_CHECK_RULES=' VALGRIND_CHECK_RULES='
check-valgrind: check-valgrind:
@echo "Need to use GNU make and reconfigure with --enable-valgrind"' @echo "Need to use GNU make and reconfigure with --enable-valgrind"'
]) ])
AC_SUBST([VALGRIND_CHECK_RULES]) AC_SUBST([VALGRIND_CHECK_RULES])
m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])])