ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/ac-tools/aclocal.m4
(Generate patch)

Comparing trunk/ac-tools/aclocal.m4 (file contents):
Revision 502 by gezelter, Thu Apr 14 21:41:56 2005 UTC vs.
Revision 566 by gezelter, Wed Jul 20 17:04:42 2005 UTC

# Line 955 | Line 955 | have_mpi_h=0
955  
956   AC_MSG_CHECKING([for mpi.h])
957   have_mpi_h=0
958 + rm -f conftest*
959   echo '#include <mpi.h>' > conftest.cc
960 < if test -z "`${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1`"; then
960 > if ${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1 ; then
961          AC_MSG_RESULT(yes)
962          have_mpi_h=1
963   else
964 +        if test -s conftest.out ; then
965 +                cat conftest.out >> config.log
966 +        fi
967          AC_MSG_RESULT(no! Check MPI include paths)
968          USE_MPI="no"
969   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines