From a8c30660c99c4a5a8a618ad7c279576e94a5d74f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 4 Mar 2008 16:50:24 +0000
Subject: [PATCH] use DUNE_CHECK_ALL_M instead of DUNE_CHECK_ALL

[[Imported from SVN: r2011]]
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1c525f08..c745584e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([staticrod.cc])
 AM_CONFIG_HEADER([config.h])
 
 # we need no more than the standard DUNE-stuff
-DUNE_CHECK_ALL([dune-common], [dune-grid], [dune-istl], [dune-disc])
+DUNE_CHECK_ALL_M([dune-common], [dune-grid], [dune-istl], [dune-disc])
 
 # implicitly set the Dune-flags everywhere
 AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
-- 
GitLab