Skip to content
Snippets Groups Projects
Commit 36d834a0 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] Fix autotools to have the webpage build again

Conans ancient compiler has problems since the latest
changes to the Dune Exceptions. We switch the dune-common
check to a more easy header...
parent bd8667b2
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AC_DEFUN([DUNE_COMMON_CHECK_MODULE],
[
DUNE_CHECK_MODULES([dune-common], [common/stdstreams.hh],
DUNE_CHECK_MODULES([dune-common], [common/version.hh],
[#ifndef DUNE_MINIMAL_DEBUG_LEVEL
#define DUNE_MINIMAL_DEBUG_LEVEL 1
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment