From 3280f00e1664ebacc0c97aeafa54c4d1be805a5d Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Mon, 6 May 2013 10:54:42 +0000 Subject: [PATCH] Add forgotten file from commit r10593. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10621 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- m4/dumux.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/dumux.m4 b/m4/dumux.m4 index a426c4fe42..013ffbcfa9 100644 --- a/m4/dumux.m4 +++ b/m4/dumux.m4 @@ -30,6 +30,8 @@ AC_DEFUN([DUMUX_CHECKS], AC_DEFINE(constexpr, const, ['set 'constexpr' to 'const' if constexpr is not supported]) fi + # Check whether PDELab is patched to be used by DuMuX + CHECK_PATCHED_PDELAB ]) # checks only relevant for the dumux module itself but not for modules -- GitLab