1
0
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:
Andrew Tridgell 2010-03-30 13:19:46 +11:00
parent 8e36daf513
commit 33d5c4a18c

View File

@ -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)