wafsamba: change the default value for SAMBA_MODULE of pyembed to False
authorMatthieu Patou <mat@matws.net>
Tue, 14 Dec 2010 12:38:03 +0000 (15:38 +0300)
committerMatthieu Patou <mat@samba.org>
Tue, 14 Dec 2010 13:45:15 +0000 (14:45 +0100)
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

buildtools/wafsamba/wafsamba.py

index 3cb97c07236a23efc4cdcd24d03cd59bb3b8d4bc..7758affc49648c76a67ad796caf84d7ad93a4bb7 100644 (file)
@@ -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.'''