summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 9718d7652442..6efeb33dfb09 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -98,9 +98,4 @@ if [ -f "/usr/lib/libml.so" ]; then
CONFOPTS="${CONFOPTS} --with-boost=1"
fi
-# Add valgrind support
-if [[ "$(valgrind --version)" ]]; then
- CONFOPTS="${CONFOPTS} --with-valgrind=1"
-fi
-
echo "${CONFOPTS}"