ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 878 by gezelter, Fri Dec 12 15:42:13 2003 UTC vs.
Revision 896 by chuckv, Mon Jan 5 22:18:40 2004 UTC

# Line 5603 | Line 5603 | echo "${ECHO_T}found $MPI_LIB" >&6
5603      echo "$as_me:$LINENO: result: found $MPI_LIB" >&5
5604   echo "${ECHO_T}found $MPI_LIB" >&6
5605    ;;
5606 <  *)                             if test -f "$MPI_LIBDIR/libmpi.a" ; then
5607 <      MPI_LIB="-lmpi"
5606 >  *)                             if test -f "$MPI_LIBDIR/libmpich.a" ; then
5607 >      MPI_LIB="-lmpich"
5608      elif test -f "$MPI_LIBDIR/libmpi.so" ; then
5609        MPI_LIB="-lmpi"
5610 <    elif test -f "$MPI_LIBDIR/libmpich.a" ; then
5611 <      MPI_LIB="-lmpich"
5610 >    elif test -f "$MPI_LIBDIR/libmpi.a" ; then
5611 >      MPI_LIB="-lmpi"
5612      else
5613        { { echo "$as_me:$LINENO: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5
5614   echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines