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

Comparing trunk/OOPSE-4/configure (file contents):
Revision 2203 by gezelter, Fri Apr 15 22:03:16 2005 UTC vs.
Revision 2265 by gezelter, Wed Jul 20 17:04:42 2005 UTC

# Line 7506 | Line 7506 | echo '#include <mpi.h>' > conftest.cc
7506   echo "$as_me:$LINENO: checking for mpi.h" >&5
7507   echo $ECHO_N "checking for mpi.h... $ECHO_C" >&6
7508   have_mpi_h=0
7509 + rm -f conftest*
7510   echo '#include <mpi.h>' > conftest.cc
7511 < if test -z "`${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1`"; then
7511 > if ${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1 ; then
7512          echo "$as_me:$LINENO: result: yes" >&5
7513   echo "${ECHO_T}yes" >&6
7514          have_mpi_h=1
7515   else
7516 +        if test -s conftest.out ; then
7517 +                cat conftest.out >> config.log
7518 +        fi
7519          echo "$as_me:$LINENO: result: no! Check MPI include paths" >&5
7520   echo "${ECHO_T}no! Check MPI include paths" >&6
7521          USE_MPI="no"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines