diff options
-rw-r--r-- | buildtools/wafsamba/samba_conftests.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |