From: Andrew Bartlett Date: Tue, 5 Jun 2012 04:39:15 +0000 (+1000) Subject: build: Add newlines for clarity X-Git-Tag: samba-4.0.0beta1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15c532e78b79cf3205053e4ddfe1c7348a0b7f26;p=thirdparty%2Fsamba.git build: Add newlines for clarity --- 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 #include @@ -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" ''',