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

dune-fem is also one of the dune-modules.

[[Imported from SVN: r4732]]
parent aa3e823e
Branches
Tags
No related merge requests found
......@@ -165,6 +165,9 @@ run_default_configure () {
if test "x$HAVE_dune_disc" = "xyes"; then
PARAMS="$PARAMS \"--with-dune-disc=$PATH_dune_disc\""
fi
if test "x$HAVE_dune_fem" = "xyes"; then
PARAMS="$PARAMS \"--with-dune-fem=$PATH_dune_fem\""
fi
echo ./configure "$PARAMS"
eval ./configure "$PARAMS" || exit 1
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment