1
1

Remove extraneous debugging echo statement

This commit was SVN r3783.
Этот коммит содержится в:
Jeff Squyres 2004-12-11 01:42:56 +00:00
родитель cd0a0a7958
Коммит a120864786

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

@ -736,7 +736,6 @@ if test "$MPI_OFFSET_DATATYPE" = "not found"; then
MPI_OFFSET_DATATYPE=MPI_INT
fi
elif test "$MPI_OFFSET_TYPE" = "int32_t"; then
echo in int32_t if block
if test "$ac_cv_type_long_long" == "yes" -a "$ac_cv_sizeof_long_long" == 4; then
MPI_OFFSET_DATATYPE=MPI_LONG_LONG
elif test "$ac_cv_type_long" == "yes" -a "$ac_cv_sizeof_long" == 4; then