summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 19:01:15 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 21:14:20 +0100
commited3bb5313f46b5d7b22b16f8de45536fdc86f1e3 (patch)
tree398bb7d01c4493dd7e41ddb2b6c60a62282ec58a /wscript
parent375a8eb7c218d807dc601ae4af231131e3ef81ff (diff)
downloadsuil-ed3bb5313f46b5d7b22b16f8de45536fdc86f1e3.tar.gz
suil-ed3bb5313f46b5d7b22b16f8de45536fdc86f1e3.tar.bz2
suil-ed3bb5313f46b5d7b22b16f8de45536fdc86f1e3.zip
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
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: