Skip to content
Snippets Groups Projects
Commit 1526e275 authored by Markus Blatt's avatar Markus Blatt
Browse files

[dunecontrol,bugfix] bugfix the bugfix and use the correct module name.

This completes the last patch by using $m for the module name. Finally,
installed modules are found correctly.
parent 0c2857db
No related branches found
No related tags found
No related merge requests found
......@@ -633,7 +633,7 @@ run_default_configure () {
if test -d "$path/$BUILDDIR"; then
PARAMS="$PARAMS \"--with-$name=$path/$BUILDDIR\""
else
if test x$(eval echo \$INST_$mod) != xyes; then
if test x$(eval echo \$INST_$m) != xyes; then
PARAMS="$PARAMS \"--with-$name=$path\""
fi
fi
......
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