X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=lib%2Ftalloc%2Fwscript;h=49eac6e6e6dd8c08b804c07f7dffe4383b9597ca;hp=6316abafd86c85a942ada8d4e944ad6f98ef409c;hb=87337383572324e3d1d00ed710614ebe217aa2b2;hpb=672c48b763ce3d53dc93cce1c73f3f1ced1147e8 diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 6316abafd86..49eac6e6e6d 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -59,7 +59,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(mandatory=False) + conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False) if not conf.env.HAVE_PYTHON_H: Logs.warn('Disabling pytalloc-util as python devel libs not found') conf.env.disable_python = True