1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build(waf): fix a typo

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Nov 20 11:54:51 CET 2012 on sn-devel-104
This commit is contained in:
Christian Ambach 2012-11-20 09:49:46 +01:00 committed by Volker Lendecke
parent c5ad5029fd
commit 1fb8f8c504

View File

@ -161,7 +161,7 @@ main() {
main() {
exit(flock(open("/dev/null", O_RDWR), LOCK_MAND|LOCK_READ) != 0);
}''', 'HAVE_KERNEL_SHARE_MODES', addmain=False, execute=True,
msg="Checking for krenel share modes")
msg="Checking for kernel share modes")
# check for DMAPI libs
Logs.info("Checking for DMAPI library existence")