From c44def6f3ef7eec8fcbc68da66c969e6436fdbd9 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Wed, 21 Jan 2009 10:11:40 +0000
Subject: [PATCH] minor fixes in the output

[[Imported from SVN: r5403]]
---
 configure.ac | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1d5185955..6afa5b6d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER([config.h])
 DUNE_SYMLINK
 # add configure flags needed to create log files for dune-autobuild
 DUNE_AUTOBUILD_FLAGS
-# check all dune dependecies an prerequisits
+# check all dune dependecies and prerequisits
 DUNE_CHECK_ALL
 
 # preset variable to path such that #include <dune/...> works
@@ -45,10 +45,3 @@ chmod +x bin/check-log-store
 
 # print results
 DUNE_SUMMARY_ALL
-
-echo
-echo Note: Most of the libraries checked for above are only used for the self-test
-echo of Dune.  The library itself will build and the headers will work even if
-echo ALBERTA, MPI, etc. cannot be found.  An exception to this are UG and AmiraMesh
-echo which need to be found right now if you want to use them later.
-echo
-- 
GitLab