Skip to content
Snippets Groups Projects
Commit 906f09d7 authored by Martin Nolte's avatar Martin Nolte
Browse files

declare an automake conditional for each found module

@Christian: Could you please take a look at this?

[[Imported from SVN: r5602]]
parent 754b7dbd
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,8 @@ AC_DEFUN([DUNE_CHECK_MODULES],[
with_[]_dune_module="no"
fi
AM_CONDITIONAL(HAVE_[]_DUNE_MODULE, test x$HAVE_[]_DUNE_MODULE = x1)
# reset previous flags
CPPFLAGS="$ac_save_CPPFLAGS"
LIBS="$ac_save_LIBS"
......
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