From 8077f462c9854bf8ff3e5ce09c0f22f02cb21910 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 26 Mar 2016 13:18:07 +0100 Subject: build:wafsamba: Build on waf 1.9 Signed-off-by: Thomas Nagy Reviewed-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- pidl/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl') diff --git a/pidl/wscript b/pidl/wscript index 45cb17cea10..b9607a95bda 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -17,7 +17,7 @@ def check_system_perl_module(conf, module, version=None): return False # Check for system perl module - if not conf.check_perl_module(module_check): + if conf.check_perl_module(module_check) is None: return False conf.define('USING_SYSTEM_%s' % bundle_name.upper(), 1) -- cgit v1.2.1