summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorThomas Nagy <tnagy@waf.io>2016-03-26 13:18:07 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:21 +0200
commit8077f462c9854bf8ff3e5ce09c0f22f02cb21910 (patch)
tree5753140f209205a10386ffff8c4059429a8060a6 /pidl
parentf3e349bebc443133fdbe4e14b148ca8db8237060 (diff)
downloadsamba-8077f462c9854bf8ff3e5ce09c0f22f02cb21910.tar.gz
build:wafsamba: Build on waf 1.9
Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r--pidl/wscript2
1 files changed, 1 insertions, 1 deletions
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)