From de3f34ef122ba43d60ad9ff135e1bcc248c7c0d7 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Fri, 27 Oct 2006 10:57:14 +0000 Subject: [PATCH] fixed description [[Imported from SVN: r4762]] --- m4/dune_mpi.m4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/m4/dune_mpi.m4 b/m4/dune_mpi.m4 index 851b62b14..6f1c02616 100644 --- a/m4/dune_mpi.m4 +++ b/m4/dune_mpi.m4 @@ -66,9 +66,10 @@ AC_DEFUN([DUNE_MPI],[ # enable/disable parallel features AC_ARG_ENABLE(parallel, AC_HELP_STRING([--disable-parallel], - [Try to use the parallel feature of Dune. This option requires MPI to be present. - configure will try to determin your MPI automatically, - you can overwrite this setting by specifying the MPICC veriable]), + [Disable the parallel features of Dune. + By default configure will try to enable the parallel features + and will will try to determin your MPI automatically, you can + overwrite this setting by specifying the MPICC veriable]), [with_parallel=$enableval], [with_parallel=yes] ) -- GitLab