From 1d5aee6b91004d71609b3203c919ef39888c86cc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 21 Apr 2010 16:21:30 +1000 Subject: s4-waf: python devel headers are mandatory for the source4 build --- source4/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 13682a1699..4f8042db50 100644 --- a/source4/wscript +++ b/source4/wscript @@ -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') -- cgit