From 0d092abb81b3985140ec9fb0a3707f253ef0eda8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 12 May 2006 03:06:54 +0000 Subject: [PATCH] Clarify help string, per change to 1.0 branch. This commit was SVN r9906. --- config/ompi_configure_options.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_configure_options.m4 b/config/ompi_configure_options.m4 index 2a0dca1885..29f56e2ad5 100644 --- a/config/ompi_configure_options.m4 +++ b/config/ompi_configure_options.m4 @@ -289,7 +289,7 @@ fi AC_MSG_CHECKING([if want run-time MPI parameter checking]) AC_ARG_WITH(mpi-param-check, AC_HELP_STRING([--with-mpi-param-check(=VALUE)], - [behavior of MPI function parameter checking. Valid values are: always, never, runtime. No VALUE argument when option is specified is equivalent to "always"; --without-mpi-param-check is equivalent to "never" (default: runtime).])) + [behavior of MPI function parameter checking. Valid values are: always, never, runtime. If --with-mpi-param-check is specified with no VALUE argument, it is equivalent to a VALUE of "always"; --without-mpi-param-check is equivalent to "never" (default: runtime).])) mpi_param_check=ompi_mpi_param_check if test "$with_mpi_param_check" = "no" -o \ "$with_mpi_param_check" = "never"; then