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, 2 insertions, 3 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 5b51cbc6881b..249b0ded9aac 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -71,12 +71,11 @@ fi
# ML (Trilinos)
if [ -f "/usr/lib/libml.so" ]; then
CONFOPTS="${CONFOPTS} --with-ml=1"
- # Add boost support
- CONFOPTS="${CONFOPTS} --with-boost=1"
+ CONFOPTS="${CONFOPTS} --with-boost=1" # Add boost support (ML requires it)
fi
# Zoltan
-if [ -f "/usr/lib/lizoltan.so" ]; then
+if [ -f "/usr/lib/libzoltan.so" ]; then
CONFOPTS="${CONFOPTS} --with-zoltan=1"
fi