aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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