mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4-waf: python devel headers are mandatory for the source4 build
This commit is contained in:
parent
06fa4c8ebc
commit
1d5aee6b91
@ -58,7 +58,7 @@ def configure(conf):
|
||||
# enable tool to build python extensions
|
||||
conf.check_tool('python')
|
||||
conf.check_python_version((2,4,2))
|
||||
conf.check_python_headers()
|
||||
conf.check_python_headers(mandatory=True)
|
||||
|
||||
conf.RECURSE('dynconfig')
|
||||
conf.RECURSE('scripting/python')
|
||||
|
Loading…
x
Reference in New Issue
Block a user