build:wafsamba: Build on waf 1.9
[nivanova/samba-autobuild/.git] / pidl / wscript
index 45cb17cea10fe48ccf7f4a9e7716f5e4c0f863ce..b9607a95bda1d347148e3c5efd1bb218bbdca5f6 100644 (file)
@@ -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)