summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 6e964dedaa49..2939767f1815 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -75,7 +75,7 @@ fi
# Add trilinos support
if [ "${TRILINOS_DIR}" ]; then
- CONFOPTS="${CONFOPTS} --with-ml=1"
+ CONFOPTS="${CONFOPTS} --with-ml-dir=${TRILINOS_DIR}"
# Add boost support (may be useful for trilinos)
#CONFOPTS="${CONFOPTS} --with-boost=1"
fi