diff options
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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') |