We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f608d commit 2b7c749Copy full SHA for 2b7c749
configure.ac
@@ -44,7 +44,7 @@ case $host_os in
44
# in expected paths because they may conflict with system files. Ask
45
# Homebrew where each one is located, then adjust paths accordingly.
46
if $BREW list --versions valgrind >/dev/null; then
47
- valgrind_prefix=`$BREW --prefix valgrind 2>/dev/null`
+ valgrind_prefix=$($BREW --prefix valgrind 2>/dev/null)
48
VALGRIND_CPPFLAGS="-I$valgrind_prefix/include"
49
fi
50
else
0 commit comments