mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pidl/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
e1e5b57f72
commit
7f6ce8f834
@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os, string, Logs
|
import os, string
|
||||||
from samba_utils import MODE_755
|
from samba_utils import MODE_755
|
||||||
|
from waflib import Logs
|
||||||
|
|
||||||
# This function checks if a perl module is installed on the system.
|
# This function checks if a perl module is installed on the system.
|
||||||
def check_system_perl_module(conf, module, version=None):
|
def check_system_perl_module(conf, module, version=None):
|
||||||
@ -24,7 +25,7 @@ def check_system_perl_module(conf, module, version=None):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def set_options(opt):
|
def options(opt):
|
||||||
return
|
return
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
|
Loading…
Reference in New Issue
Block a user