Skip to content

Commit 7b640c8

Browse files
authored
Merge pull request #2859 from kawashima-fj/pr/v2.x/config-pmix-dstore
v2.x: pmix/pmix112: Correct `--enable-pmix-dstore` option
2 parents 60f0d13 + 757d85b commit 7b640c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix112/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[
4343
[AC_HELP_STRING([--enable-pmix-dstore],
4444
[Enable PMIx shared memory data store (default: disabled)])])
4545
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
46-
if test "$enable_pmix3_dstore" == "yes"; then
46+
if test "$enable_pmix_dstore" = "yes"; then
4747
AC_MSG_RESULT([yes])
4848
opal_pmix_pmix_sm_flag=--enable-dstore
4949
else

0 commit comments

Comments
 (0)