summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-05 14:39:15 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-05 09:48:06 +0200
commit15c532e78b79cf3205053e4ddfe1c7348a0b7f26 (patch)
tree9a10ab0f3e17c2d70285b898d960706d4b471eee
parent659f588c7a0576d53688109d7d3fd24df9bdbde1 (diff)
downloadsamba-15c532e78b79cf3205053e4ddfe1c7348a0b7f26.tar.gz
samba-15c532e78b79cf3205053e4ddfe1c7348a0b7f26.tar.bz2
samba-15c532e78b79cf3205053e4ddfe1c7348a0b7f26.zip
build: Add newlines for clarity
-rwxr-xr-xsource3/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 397718496a..9d8264ca87 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"
''',