X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=pidl%2Fwscript;fp=pidl%2Fwscript;h=b9607a95bda1d347148e3c5efd1bb218bbdca5f6;hp=45cb17cea10fe48ccf7f4a9e7716f5e4c0f863ce;hb=8077f462c9854bf8ff3e5ce09c0f22f02cb21910;hpb=f3e349bebc443133fdbe4e14b148ca8db8237060 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)