build - backtrace_symbols_fd + execinfo_dep - dont even use these. remove

This commit is contained in:
Carsten Haitzler 2020-04-18 14:16:23 +01:00
parent bf4bc445bb
commit ba86a714cf
1 changed files with 0 additions and 2 deletions

View File

@ -183,8 +183,6 @@ if cc.has_header('netinet/in.h') == true
endif
if cc.has_header('execinfo.h') == true
config_h.set('HAVE_EXECINFO_H' , '1')
elif cc.has_function('backtrace_symbols_fd', dependencies: 'execinfo') == false
execinfo_dep = dependency('execinfo', required: false)
endif
if cc.has_function('explicit_bzero') == true
config_h.set('HAVE_EXPLICIT_BZERO' , '1')