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 8803ccdb8f97..b26efc2cf140 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -228,7 +228,7 @@ if [ -f "${PTSCOTCH_SO}" ]; then
SCOTCH_LIBS=$(pacman -Qlq scotch | grep '.so$'| tr '\n' ',')
# Check if libscotch was compiled with bz2
if [ ! -z "$(nm -D $(find_so libscotch.so) | grep bz)" ]; then
- CONFOPTS="${CONFOPTS}$(find_so libbz2.so)"
+ SCOTCH_LIBS="${SCOTCH_LIBS}$(find_so libbz2.so)"
else
# Remove trailing ,
SCOTCH_LIBS="${SCOTCH_LIBS%%,}"