From e8d9d2d92a464b39321349b97512bdd372f6c894 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 24 Oct 2013 11:11:46 +0200 Subject: [PATCH] [bugfix] language --- m4/dune_mpi.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/dune_mpi.m4 b/m4/dune_mpi.m4 index 9b7d69cdf..f2f401b1d 100644 --- a/m4/dune_mpi.m4 +++ b/m4/dune_mpi.m4 @@ -185,8 +185,8 @@ AC_DEFUN([DUNE_MPI],[ # Check for MPI-2 Standard # We have to provide a dummy lib here as we do not know what the name - # of the mpi is. -lm should be save. - AC_CHECK_LIB(m,[MPI_Finalized], [AC_DEFINE(MPI_2, 1, [Define to 1 MPI supports MPI-2])]) + # of the mpi is. -lm should be saved. + AC_CHECK_LIB(m,[MPI_Finalized], [AC_DEFINE(MPI_2, 1, [Define to 1 if MPI supports MPI-2])]) # restore variables LIBS="$ac_save_LIBS" -- GitLab