mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
add some code to make invalid valgrind warnings go away
This commit is contained in:
parent
c6b18880be
commit
5cc2187bec
4 changed files with 51 additions and 1 deletions
|
|
@ -490,6 +490,10 @@ if test "x${with_caps}" != "xno"; then
|
|||
fi])
|
||||
fi
|
||||
|
||||
#### Valgrind (optional) ####
|
||||
|
||||
AC_CHECK_HEADERS([valgrind/memcheck.h])
|
||||
|
||||
#### pkg-config ####
|
||||
|
||||
# Check for pkg-config manually first, as if its not installed the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue