From fc0c7f5b391382bf331f5080c19f32b3b55f5b60 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 27 May 2009 03:24:10 +0000 Subject: [PATCH] - Revert OMPI_CSUM_DST, not yet there - Keep configure --help strings in sync This commit was SVN r21288. --- config/ompi_configure_options.m4 | 2 +- config/opal_configure_options.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ompi_configure_options.m4 b/config/ompi_configure_options.m4 index 4cfe0ddff0..7ebb32a455 100644 --- a/config/ompi_configure_options.m4 +++ b/config/ompi_configure_options.m4 @@ -74,7 +74,7 @@ AC_DEFINE_UNQUOTED([OMPI_GROUP_SPARSE],$GROUP_SPARSE, AC_MSG_CHECKING([if want peruse support]) AC_ARG_ENABLE(peruse, AC_HELP_STRING([--enable-peruse], - [Support PERUSE interface (default: disabled)])) + [enable PERUSE interface (default: disabled)])) if test "$enable_peruse" = "yes"; then AC_MSG_RESULT([yes]) WANT_PERUSE=1 diff --git a/config/opal_configure_options.m4 b/config/opal_configure_options.m4 index b4c610a292..1e6c82034d 100644 --- a/config/opal_configure_options.m4 +++ b/config/opal_configure_options.m4 @@ -487,7 +487,7 @@ AC_ARG_WITH([dst-checksum], [Use an alternative checksum algorithm for messages])]) if test "$with_dst_checksum" = "yes"; then AC_MSG_RESULT([yes]) - CFLAGS="-DOPAL_CSUM_DST $CFLAGS" + CFLAGS="-DOMPI_CSUM_DST $CFLAGS" else AC_MSG_RESULT([no]) fi