mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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,
|
define=define,
|
||||||
local_include=False,
|
local_include=False,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
|
link=False,
|
||||||
|
execute=False,
|
||||||
msg='Checking C prototype for %s' % function)
|
msg='Checking C prototype for %s' % function)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user