diff --git a/opal/mca/pmix/pmix112/configure.m4 b/opal/mca/pmix/pmix112/configure.m4 index 0f3b83c9e95..394bc440c82 100644 --- a/opal/mca/pmix/pmix112/configure.m4 +++ b/opal/mca/pmix/pmix112/configure.m4 @@ -41,9 +41,9 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[ AC_ARG_ENABLE([pmix-dstore], [AC_HELP_STRING([--enable-pmix-dstore], - [Enable PMIx shared memory data store (default: disabled)])]) + [Enable PMIx shared memory data store (default: enabled)])]) AC_MSG_CHECKING([if PMIx shared memory data store is enabled]) - if test "$enable_pmix_dstore" = "yes"; then + if test "$enable_pmix_dstore" != "no"; then AC_MSG_RESULT([yes]) opal_pmix_pmix_sm_flag=--enable-dstore else