build: check signal functions
authorAndrew Tridgell <tridge@samba.org>
Sun, 7 Mar 2010 04:19:27 +0000 (15:19 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:42 +0000 (20:26 +1000)
lib/util/wscript_configure

index e7cb05e8c03389b11991647694f28c0dd71b019e..868124016ced34e8756646a91f754e79c8567e38 100644 (file)
@@ -3,3 +3,5 @@ conf.CHECK_HEADERS('execinfo.h')
 
 # backtrace could be in libexecinfo or in libc
 conf.CHECK_FUNCS_IN('backtrace', 'execinfo', checklibc=True)
+
+conf.CHECK_FUNCS('sigprocmask sigblock sigaction')