From 8e7922e10c0e3c7500477bd9ab2d7c28fcc81d51 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Mar 2010 09:34:44 +1100 Subject: build: fixed headers for C prototype check --- buildtools/wafsamba/samba_autoconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/wafsamba/samba_autoconf.py b/buildtools/wafsamba/samba_autoconf.py index 86f36a5f39..b5da80f3a6 100644 --- a/buildtools/wafsamba/samba_autoconf.py +++ b/buildtools/wafsamba/samba_autoconf.py @@ -427,6 +427,7 @@ def CHECK_C_PROTOTYPE(conf, function, prototype, define, headers=None): return conf.CHECK_CODE('%s; void *_x = (void *)%s' % (prototype, function), define=define, local_include=False, + headers=headers, msg='Checking C prototype for %s' % function) -- cgit