1
1

- Revert OMPI_CSUM_DST, not yet there

- Keep configure --help strings in sync

This commit was SVN r21288.
Этот коммит содержится в:
Rainer Keller 2009-05-27 03:24:10 +00:00
родитель d760604b7f
Коммит fc0c7f5b39
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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