Skip to content
Snippets Groups Projects
Commit 3435ccbb authored by Christian Engwer's avatar Christian Engwer
Browse files

know about duneweb

[[Imported from SVN: r4769]]
parent f7d1628d
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,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_duneweb" = "xyes"; then
PARAMS="$PARAMS \"--with-duneweb=$PATH_duneweb\""
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.
Finish editing this message first!
Please register or to comment