mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
build: make python development headers not mandatory in standalone libs
This needed an update to the python tool in waf thanks to Kai for spotting this
This commit is contained in:
parent
ab2555faac
commit
06fa4c8ebc
Binary file not shown.
@ -46,7 +46,7 @@ def configure(conf):
|
||||
# also disable if we don't have the python libs installed
|
||||
conf.check_tool('python')
|
||||
conf.check_python_version((2,4,2))
|
||||
conf.check_python_headers()
|
||||
conf.check_python_headers(mandatory=False)
|
||||
if not conf.env.HAVE_PYTHON_H:
|
||||
Logs.warn('Disabling pytdb as python devel libs not found')
|
||||
conf.env.disable_python = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user