Skip to content
Snippets Groups Projects
Commit 56d113f0 authored by Oliver Sander's avatar Oliver Sander
Browse files

make dunecontrol aware of dune-subgrid

[[Imported from SVN: r4900]]
parent c2442f2f
Branches
Tags
No related merge requests found
......@@ -187,6 +187,9 @@ run_default_configure () {
if test "x$HAVE_dune_fem" = "xyes"; then
PARAMS="$PARAMS \"--with-dune-fem=$PATH_dune_fem\""
fi
if test "x$HAVE_dune_subgrid" = "xyes"; then
PARAMS="$PARAMS \"--with-dune-subgrid=$PATH_dune_subgrid\""
fi
if test "x$HAVE_duneweb" = "xyes"; then
PARAMS="$PARAMS \"--with-duneweb=$PATH_duneweb\""
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment