summaryrefslogtreecommitdiff
path: root/lib/talloc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-01-29 15:52:30 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-02-01 18:16:58 +0100
commit3fe1f06278ce90d8c6a882c6703f583923615117 (patch)
treecc197e813af4b75b9353412a46b876698b97cfb7 /lib/talloc
parent2bea45e450e5ebd6544c2a8be4493242158b712e (diff)
downloadsamba-3fe1f06278ce90d8c6a882c6703f583923615117.tar.gz
talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
This is the default and should not be passed explicitly. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Feb 1 18:16:58 CET 2017 on sn-devel-144
Diffstat (limited to 'lib/talloc')
-rw-r--r--lib/talloc/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 41f3be7fe41..8ce4f590a4a 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -141,13 +141,11 @@ def build(bld):
bld.SAMBA_PYTHON('pytalloc',
'pytalloc.c',
deps='talloc ' + name,
- enabled=True,
realname='talloc.so')
bld.SAMBA_PYTHON('test_pytalloc',
'test_pytalloc.c',
deps='pytalloc',
- enabled=True,
realname='_test_pytalloc.so',
install=False)