From 000feae4cfc06cdeec1033672e0f247ad6428973 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 11 Sep 2012 09:57:28 +0200 Subject: CONFIGURE: Do dependency checking for all enabled engines Engines with manually specified dynamic/static were skipped previously. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7d490ef5be..d851228df9 100755 --- a/configure +++ b/configure @@ -583,7 +583,7 @@ check_engine_deps() { unmet_deps="" # Check whether the engine is enabled - if test `get_engine_build $1` = yes ; then + if test `get_engine_build $1` != "no" ; then # Collect unmet dependencies for dep in `get_engine_dependencies $1`; do if test `get_feature_state $dep` = "no"; then -- cgit v1.2.3