From 2984003275ed415268b2e135bf71380ab9ae9ef3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Feb 2011 11:41:06 +0100 Subject: s3-waf: add check for /proc/sys/kernel/core_pattern. Guenther --- source3/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index d3c41b624e..2f73e7d95b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1229,6 +1229,9 @@ syscall(SYS_initgroups, 16, NULL, NULL, 0); define='HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR', headers='signal.h'); + if os.path.exists('/proc/sys/kernel/core_pattern'): + conf.DEFINE('HAVE_SYS_KERNEL_PROC_CORE_PATTERN', '1') + 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