--- trunk/OOPSE/configure 2003/12/12 15:42:13 878 +++ trunk/OOPSE/configure 2004/01/05 22:18:40 896 @@ -5603,12 +5603,12 @@ echo "${ECHO_T}found $MPI_LIB" >&6 echo "$as_me:$LINENO: result: found $MPI_LIB" >&5 echo "${ECHO_T}found $MPI_LIB" >&6 ;; - *) if test -f "$MPI_LIBDIR/libmpi.a" ; then - MPI_LIB="-lmpi" + *) if test -f "$MPI_LIBDIR/libmpich.a" ; then + MPI_LIB="-lmpich" elif test -f "$MPI_LIBDIR/libmpi.so" ; then MPI_LIB="-lmpi" - elif test -f "$MPI_LIBDIR/libmpich.a" ; then - MPI_LIB="-lmpich" + elif test -f "$MPI_LIBDIR/libmpi.a" ; then + MPI_LIB="-lmpi" else { { echo "$as_me:$LINENO: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5 echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}