mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: fixed headers for C prototype check
This commit is contained in:
parent
00649a9c62
commit
8e7922e10c
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user