Skip to content

Commit 342dbfc

Browse files
author
Ralph Castain
committed
Update
Signed-off-by: Ralph Castain <[email protected]>
1 parent 8e64382 commit 342dbfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

opal/mca/pmix/pmix2x/configure.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
3737
opal_pmix_pmix2x_save_LDFLAGS=$LDFLAGS
3838
opal_pmix_pmix2x_save_LIBS=$LIBS
3939

40-
AC_ARG_ENABLE([pmix3-dstore],
41-
[AC_HELP_STRING([--enable-pmix3-dstore],
40+
AC_ARG_ENABLE([pmix-dstore],
41+
[AC_HELP_STRING([--enable-pmix-dstore],
4242
[Enable PMIx shared memory data store (default: disabled)])])
43-
AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
44-
if test "$enable_pmix3_dstore" != "no"; then
43+
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
44+
if test "$enable_pmix2_dstore" != "no"; then
4545
AC_MSG_RESULT([yes])
4646
opal_pmix_pmix2x_sm_flag=--enable-dstore
4747
else

0 commit comments

Comments
 (0)