Skip to content
Snippets Groups Projects
Commit ae74e7e5 authored by Markus Blatt's avatar Markus Blatt
Browse files

DUNE_MINIMAL_DEBUG_LEVEL has to be defined for the check

for dune/common/stdstreams.hh

[[Imported from SVN: r4692]]
parent f5ea784e
Branches
Tags
No related merge requests found
......@@ -190,7 +190,9 @@ AC_DEFUN([DUNE_CHECK_MODULES],[
AC_DEFUN([DUNE_CHECK_DISPATCH],[
ifelse([$1], [], [],
[$1], [dune-common],[
DUNE_CHECK_MODULES([dune-common], [common/stdstreams.hh], [common], [common], [Dune::derr.active();])],
DUNE_CHECK_MODULES([dune-common], [common/stdstreams.hh], [common], [common],
[#define DUNE_MINIMAL_DEBUG_LEVEL 1
Dune::derr.active();])],
[$1], [dune-grid],[
DUNE_CHECK_MODULES([dune-grid], [grid/common/grid.hh], [grid], [grid], [Dune::PartitionName])],
[$1], [dune-fem],[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment