wafsamba: change the default value for SAMBA_MODULE of pyembed to False
[metze/samba/wip.git] / 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.'''