mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
dcba0b1975
Drop the configure option for --disable-python as it is now global in wafsamba If samba is set to use a system copy of talloc, and talloc wasn't built with python support, then the system pytalloc-util will not be found. If samba is being built without python support then pytalloc-util is not needed, so do not bother to try and find it. The build configuration for pytalloc-util needs to exist even if it's not being built, so that dependency resolution can occur throughout the rest of the samba build system -- this required dropping the higher level conditional and using the enabled= parameter instead. Signed-off-by: Ian Stakenvicius <axs@gentoo.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> |
||
---|---|---|
.. | ||
ABI | ||
compat | ||
doc | ||
man | ||
web | ||
configure | ||
doxy.config | ||
Makefile | ||
NEWS | ||
pytalloc_guide.txt | ||
pytalloc_private.h | ||
pytalloc_util.c | ||
pytalloc-util.pc.in | ||
pytalloc.c | ||
pytalloc.h | ||
talloc_guide.txt | ||
talloc_testsuite.h | ||
talloc.c | ||
talloc.h | ||
talloc.pc.in | ||
test_magic_differs_helper.c | ||
test_magic_differs.sh | ||
test_pytalloc.c | ||
test_pytalloc.py | ||
testsuite_main.c | ||
testsuite.c | ||
wscript |