Skip to content

Commit 517dcba

Browse files
authored
Merge pull request #12050 from hppritcha/fix_for_slack_ompi500_dlopen
spack:fix for dlopen missing symbol problem
2 parents 33a11af + 50731f0 commit 517dcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/dl/dlopen/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
2727
AC_CONFIG_FILES([opal/mca/dl/dlopen/Makefile])
2828

2929
OAC_CHECK_PACKAGE([dlopen],
30-
[dl_dlopen],
30+
[opal_dl_dlopen],
3131
[dlfcn.h],
3232
[dl],
3333
[dlopen],
@@ -38,5 +38,5 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
3838
[$1],
3939
[$2])
4040

41-
AC_SUBST(dl_dlopen_LIBS)
41+
AC_SUBST(opal_dl_dlopen_LIBS)
4242
])

0 commit comments

Comments
 (0)