1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

build: check for headers needed to generate stack traces

This commit is contained in:
Kai Blin 2010-03-21 12:13:41 +01:00 committed by Andrew Tridgell
parent da3902745e
commit 208bb86aae

View File

@ -37,6 +37,8 @@ def configure(conf):
conf.sub_config('../lib/socket_wrapper')
conf.sub_config('../lib/uid_wrapper')
conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h')
# Look for CUPS
conf.find_program('cups-config', var='CUPS_CONFIG')
if conf.env.CUPS_CONFIG: