diff options
Diffstat (limited to 'm4/aclocal_fc.m4')
-rw-r--r-- | m4/aclocal_fc.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4 index 435aad5..806d9c5 100644 --- a/m4/aclocal_fc.m4 +++ b/m4/aclocal_fc.m4 @@ -266,11 +266,11 @@ dnl Change to the Fortran 90 language dnl Try link a simple MPI program. AC_MSG_CHECKING([whether a simple MPI-IO Fortran program can be linked]) - AC_LINK_IFELSE([make + AC_LINK_IFELSE([ PROGRAM main USE mpi INTEGER :: ierr - call mpi_file_open( ierr ) + CALL mpi_file_open( ierr ) END], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) |