diff options
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 397718496ae..9d8264ca87d 100755 --- a/source3/wscript +++ b/source3/wscript @@ -788,6 +788,7 @@ int i; i = PAM_RADIO_TYPE; ''', 'HAVE_LINUX_NETLINK_H', msg="Checking whether Linux netlink is available"): + conf.CHECK_CODE(''' #include <bits/sockaddr.h> #include <linux/netlink.h> @@ -795,6 +796,7 @@ int i; i = PAM_RADIO_TYPE; ''', 'HAVE_LINUX_RTNETLINK_H', msg='Checking whether Linux rtnetlink is available') + conf.CHECK_CODE(''' #include "../tests/fcntl_lock.c" ''', |