From 4e32fd9d5cb9360fb32f765ba7018a8f609e287f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 16:51:14 +0100 Subject: s3-waf: add check for fcntl locking. Guenther --- source3/wscript | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source3/wscript b/source3/wscript index bbb25eeedc..8ce2a129ce 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1006,6 +1006,14 @@ int i; i = PAM_RADIO_TYPE; else: conf.undefine('HAVE_STRUCT_DIRENT64') + conf.CHECK_CODE(''' +#include "../tests/fcntl_lock.c" +''', + 'HAVE_FCNTL_LOCK', + addmain=False, + execute=True, + msg='Checking whether fcntl locking is available') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default -- cgit