From 0dd4363bb2d7d6dd361f859c38c0611b4c98a71d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 7 Jun 2012 14:29:44 +1000 Subject: build: Tidy up broken posix_fallocate tests This makes the code and output for in waf and autoconf identical. Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Jun 7 08:35:33 CEST 2012 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index ccedb6947f..a9368b284c 100755 --- a/source3/wscript +++ b/source3/wscript @@ -812,7 +812,7 @@ int i; i = PAM_RADIO_TYPE; #endif ''', '_HAVE_UNBROKEN_POSIX_FALLOCATE', - msg='for broken posix_fallocate'): + msg='Checking for broken posix_fallocate'): conf.DEFINE('HAVE_BROKEN_POSIX_FALLOCATE', '1') -- cgit