lib/util: remove signal related configure checks
authorStefan Metzmacher <metze@samba.org>
Wed, 10 Jun 2015 12:33:35 +0000 (14:33 +0200)
committerAmitay Isaacs <amitay@samba.org>
Wed, 10 Jun 2015 13:04:21 +0000 (15:04 +0200)
These are done in lib/replace now.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
lib/util/wscript_configure

index e52ba4a76238a9724584d44d6d3479ad1261b131..a17cb564b86f681028e195915a87da2aa5556b70 100644 (file)
@@ -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