configure: reveal the name of the Valgrind suppression file we use

* configure.ac: here.
* build-aux/Linux.valgrind (libstdcxx_init): New.
This commit is contained in:
Akim Demaille
2018-09-07 13:59:47 +02:00
parent ea0db44fed
commit e5000890a4
2 changed files with 15 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ case $VALGRIND:$uname in
fi
;;
esac
AC_MSG_CHECKING([Valgrind suppression file])
AC_MSG_RESULT([$suppfile])
# Whether we cannot run the compiled bison.
AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes])