CONFIGURE: Fix subengine status output
We were reporting subengine status before checking its dependencies.
This commit is contained in:
parent
2bed1ece7f
commit
7cdda8efd2
1 changed files with 8 additions and 3 deletions
11
configure
vendored
11
configure
vendored
|
@ -3981,9 +3981,6 @@ for engine in $_engines; do
|
||||||
isbuilt=STATIC_PLUGIN
|
isbuilt=STATIC_PLUGIN
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prepare the information to be shown
|
|
||||||
prepare_engine_build_strings $engine
|
|
||||||
else
|
else
|
||||||
# It's a subengine, just say yes or no
|
# It's a subengine, just say yes or no
|
||||||
if test "`get_engine_build $engine`" = "no" ; then
|
if test "`get_engine_build $engine`" = "no" ; then
|
||||||
|
@ -4002,6 +3999,14 @@ for engine in $_engines; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Prepare the information to be shown
|
||||||
|
for engine in $_engines; do
|
||||||
|
if test "`get_engine_sub $engine`" = "no" ; then
|
||||||
|
# It's a main engine
|
||||||
|
prepare_engine_build_strings $engine
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
# Detection of WIP/unstable engines
|
# Detection of WIP/unstable engines
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue