From ee8a152cb35ad835455a583d0d933ca49e78d5db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 13:03:36 +0200 Subject: Remove use of autowaf.define --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 36227fe..e534203 100644 --- a/wscript +++ b/wscript @@ -128,11 +128,10 @@ def configure(conf): mandatory = False) if conf.is_defined('HAVE_ISATTY') and conf.is_defined('HAVE_FILENO'): - autowaf.define(conf, 'JALV_WITH_COLOR', 1) conf.env.append_unique('CFLAGS', ['-D_POSIX_C_SOURCE=200809L']) if not Options.options.no_jack_session: - autowaf.define(conf, 'JALV_JACK_SESSION', 1) + conf.define('JALV_JACK_SESSION', 1) conf.write_config_header('jalv_config.h', remove=False) -- cgit v1.2.1