1
0
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:
Andrew Tridgell 2010-04-21 16:21:30 +10:00
parent 06fa4c8ebc
commit 1d5aee6b91

View File

@ -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')