From ed3bb5313f46b5d7b22b16f8de45536fdc86f1e3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Jan 2021 19:01:15 +0100 Subject: Reduce compile-time configuration This is not necessary since the appropriate module is always the same and is searched for at runtime. If it failes to load, an error message with the missing module's name in it will be logged, which is more informative than the previous situation. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 99c6aef..59a0302 100644 --- a/wscript +++ b/wscript @@ -109,7 +109,6 @@ def configure(conf): conf.check_pkg('x11', uselib_store='X11', system=True, mandatory=False) def enable_module(var_name): - conf.define(var_name, 1) conf.env[var_name] = 1 if not conf.options.no_gtk: -- cgit v1.2.1