waf: disable-python - fix ctdb configuration
authorIan Stakenvicius <axs@gentoo.org>
Thu, 23 Feb 2017 15:16:25 +0000 (10:16 -0500)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Mar 2017 06:31:12 +0000 (07:31 +0100)
commit9a9e3423d8c7be6350cba20cb6001fc14d47d336
tree4e38e9fce6cc9a6c6018e32f900f3688e1a240c3
parent8ba2fe54dea3e99da7f9b18557d9d31aed3ff7d0
waf: disable-python - fix ctdb configuration

When ctdb is built in standalone mode, it turned off the python
requirement for submodules by setting Options.options.disable_python
to True before checking for its own (non-optional) python support.

Ad ctdb does not need python for itself or any of the submodules
it is built against, the safest solution seems to be to allow
the python and python-headers checks to not find python.

Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
ctdb/wscript