From a55f5e7080587ae7cc3b2e64ef2fbd467cc24842 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 14 Dec 2010 15:38:03 +0300 Subject: [PATCH] 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 Autobuild-Date: Tue Dec 14 14:45:15 CET 2010 on sn-devel-104 --- buildtools/wafsamba/wafsamba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 3cb97c07236a..7758affc4964 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -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.''' -- 2.34.1