s3/wscript: fix bison detection
authorRalph Boehme <slow@samba.org>
Wed, 5 Sep 2018 11:46:37 +0000 (13:46 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 7 Sep 2018 09:37:23 +0000 (11:37 +0200)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/wscript

index 9037b6488c4f7ac15fc5de807c46883ad8397b01..4ecc3770329ed6c127d56515e57b34ed0d9431b3 100644 (file)
@@ -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)