From 1942fdac5ccad80b42f23083e2f8c8e1281989b3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 5 Aug 2006 11:31:11 +0000 Subject: The use_engines flag was not being respected; specifically, if there were any engines built into the library, they were used no matter what. --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index f81fcb64a..f0855e4af 100644 --- a/include/modules.h +++ b/include/modules.h @@ -49,7 +49,7 @@ class Builtin_Modules : public Modules Builtin_Modules(const InitializerOptions&); private: - const bool should_lock; + const bool should_lock, use_engines; }; } -- cgit v1.2.3