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

explicitly add --with-duneweb to the configrue flags if duneweb was found

[[Imported from SVN: r5788]]
parent bb383294
Branches
Tags
No related merge requests found
......@@ -314,6 +314,9 @@ run_default_configure () {
fi
PARAMS="$PARAMS \"--with-$name=$path\""
done
if test "x$HAVE_duneweb" == "xyes"; then
PARAMS="$PARAMS \"--with-duneweb=$PATH_duneweb\""
fi
PARAMS="$PARAMS ACLOCAL_AMFLAGS=\"$ACLOCAL_FLAGS\""
echo ./configure "$PARAMS"
eval ./configure "$PARAMS" || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment