From e7612710d1e94d18f80649deb17e6defae9a5b23 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 5 Sep 2018 13:46:37 +0200 Subject: [PATCH] s3/wscript: fix bison detection Signed-off-by: Ralph Boehme Reviewed-by: Andrew Bartlett --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript b/source3/wscript index 9037b6488c4..4ecc3770329 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1618,7 +1618,7 @@ main() { if Options.options.with_spotlight: Logs.info("Requested Spotlight support, checking for bison") - bison.detect(conf) + bison.configure(conf) if not conf.env['BISON']: conf.fatal("Spotlight support requested but bison missing") conf.CHECK_COMMAND('%s --version | head -n1' % conf.env['BISON'], msg='Using bison version', define=None, on_target=False) -- 2.47.2