From 46fec0b1a2c0dc9ceb625223069072017b1c98ab Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 10 Jun 2015 14:33:35 +0200 Subject: [PATCH] lib/util: remove signal related configure checks These are done in lib/replace now. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326 Signed-off-by: Stefan Metzmacher Reviewed-by: Volker Lendecke Reviewed-by: Amitay Isaacs (cherry picked from commit 322f4b76e5cae9f2513ef68d7d86ad19d4a88244) --- lib/util/wscript_configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure index 8d8dc876ba8..78e4a8e541b 100644 --- a/lib/util/wscript_configure +++ b/lib/util/wscript_configure @@ -7,8 +7,6 @@ if Options.options.disable_fault_handling: # backtrace could be in libexecinfo or in libc conf.CHECK_FUNCS_IN('backtrace backtrace_symbols', 'execinfo', checklibc=True, headers='execinfo.h') -conf.CHECK_FUNCS('sigprocmask sigblock sigaction') - conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', headers='sys/statvfs.h') # all the different ways of doing statfs -- 2.11.4.GIT