mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: don't link when checking a C prototype
This commit is contained in:
parent
8e36daf513
commit
33d5c4a18c
@ -42,6 +42,8 @@ def CHECK_C_PROTOTYPE(conf, function, prototype, define, headers=None):
|
||||
define=define,
|
||||
local_include=False,
|
||||
headers=headers,
|
||||
link=False,
|
||||
execute=False,
|
||||
msg='Checking C prototype for %s' % function)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user