1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-waf: fix typo.

Guenther
This commit is contained in:
Günther Deschner 2011-03-10 15:33:43 +01:00
parent 6076f4b472
commit 88ff230ae9

View File

@ -1209,7 +1209,7 @@ ssize_t err = posix_fadvise(0,0,0x80000,POSIX_FADV_WILLNEED);
syscall(SYS_initgroups, 16, NULL, NULL, 0);
''',
'HAVE_DARWIN_INITGROUPS',
msg='Checking hether to use the Darwin-specific initgroups system call')
msg='Checking whether to use the Darwin-specific initgroups system call')
conf.CHECK_CODE('''struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf));''',
'HAVE_UTIMBUF',