Index: MPI-2-C++/configure =================================================================== RCS file: /MPIhome/MPI-2-C++/configure,v retrieving revision 1.26 diff -r1.26 configure 1518a1519,1528 > elif test "$MPICH_VERSION" = "1.2.7."; then > cat >> confdefs.h <<\EOF > #define MPI2CPP_MPICH121 1 > EOF > > echo "$ac_t""1.2.7 (good)" 1>&6 > WANT_UPGRADE=0 > if test -z "$MPICH_BIN"; then > { echo "configure: error: when configuring for 1.2.7, --with-mpichbin must be specified" 1>&2; exit 1; } > fi 2225a2236,2240 > # > # Note that PROG_CXX looks in CCC, not CXX !! > if test -z "$CCC" -a -n "$CXX" ; then > CCC="$CXX" > fi Index: MPI-2-C++/configure.in =================================================================== RCS file: /MPIhome/MPI-2-C++/configure.in,v retrieving revision 1.24 diff -r1.24 configure.in 465a466,472 > elif test "$MPICH_VERSION" = "1.2.7."; then > AC_DEFINE(MPI2CPP_MPICH121) > AC_MSG_RESULT([1.2.7 (good)]) > WANT_UPGRADE=0 > if test -z "$MPICH_BIN"; then > AC_MSG_ERROR([when configuring for 1.2.7, --with-mpichbin must be specified]) > fi 1007a1015,1019 > # > # Note that PROG_CXX looks in CCC, not CXX !! > if test -z "$CCC" -a -n "$CXX" ; then > CCC="$CXX" > fi