mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
wafsamba: change the default value for SAMBA_MODULE of pyembed to False
ALL SAMBA_MODULE didn't need this, new modules that could need will just have to opt this in Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 14:45:15 CET 2010 on sn-devel-104
This commit is contained in:
parent
8c90287198
commit
a55f5e7080
@ -361,7 +361,7 @@ def SAMBA_MODULE(bld, modname, source,
|
||||
local_include=True,
|
||||
vars=None,
|
||||
enabled=True,
|
||||
pyembed=True,
|
||||
pyembed=False,
|
||||
):
|
||||
'''define a Samba module.'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user