From 36d834a0e53f9eb488b5975317b7a067eb053958 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.r.kempf@gmail.com>
Date: Mon, 9 Nov 2015 11:04:35 +0100
Subject: [PATCH] [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...
---
 m4/dune_common.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/dune_common.m4 b/m4/dune_common.m4
index 9dcf65e6e..a720f1a81 100644
--- a/m4/dune_common.m4
+++ b/m4/dune_common.m4
@@ -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
-- 
GitLab