From 750406f67b2eb1e27bdd142011edc1f6e74e9b68 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Tue, 7 Feb 2017 11:49:37 +0900 Subject: [PATCH] pmix/pmix2x: Correct configure option description `--enable-pmix-dstore` option was enabled by default in f4a5511. Signed-off-by: KAWASHIMA Takahiro --- opal/mca/pmix/pmix2x/configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/pmix/pmix2x/configure.m4 b/opal/mca/pmix/pmix2x/configure.m4 index 828661dcbe..5bb5d60ff8 100644 --- a/opal/mca/pmix/pmix2x/configure.m4 +++ b/opal/mca/pmix/pmix2x/configure.m4 @@ -39,7 +39,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_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" != "no"; then AC_MSG_RESULT([yes])