Skip to content
Snippets Groups Projects
Commit c0594988 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

bug fix, did not compile with IBM xlC 8.0

[[Imported from SVN: r5012]]
parent c9bc2820
Branches
Tags
No related merge requests found
......@@ -232,7 +232,7 @@ AC_DEFUN([DUNE_CHECK_DISPATCH],[
[$1], [dune-grid],[
DUNE_CHECK_MODULES([dune-grid], [grid/common/grid.hh], [Dune::PartitionName])],
[$1], [dune-fem],[
DUNE_CHECK_MODULES([dune-fem], [fem/space/basefunctions/storageinterface.hh], [main] )],
DUNE_CHECK_MODULES([dune-fem], [fem/space/basefunctions/storageinterface.hh], [] )],
[$1], [dune-istl],[
DUNE_CHECK_MODULES([dune-istl], [istl/allocator.hh])],
[$1], [dune-disc],[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment