From 33d5c4a18c1b194d82e077844bb27d922de815a9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 30 Mar 2010 13:19:46 +1100 Subject: build: don't link when checking a C prototype --- buildtools/wafsamba/samba_conftests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools/wafsamba/samba_conftests.py') diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py index 94ddf3a5a9..348dc341e4 100644 --- a/buildtools/wafsamba/samba_conftests.py +++ b/buildtools/wafsamba/samba_conftests.py @@ -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) -- cgit