Skip to content

Commit 4b2eba3

Browse files
authored
Merge pull request #2933 from kawashima-fj/pr/dstore-config-desc
pmix/pmix2x: Correct configure option description
2 parents bc2890e + 750406f commit 4b2eba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
3939

4040
AC_ARG_ENABLE([pmix-dstore],
4141
[AC_HELP_STRING([--enable-pmix-dstore],
42-
[Enable PMIx shared memory data store (default: disabled)])])
42+
[Enable PMIx shared memory data store (default: enabled)])])
4343
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
4444
if test "$enable_pmix_dstore" != "no"; then
4545
AC_MSG_RESULT([yes])

0 commit comments

Comments
 (0)