mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] Check header execinfo.h
This commit is contained in:
parent
98e82717ea
commit
49ef584853
@ -352,6 +352,10 @@ if compiler.has_header('term.h')
|
||||
conf_data.set('HAVE_TERM_H', 1)
|
||||
endif
|
||||
|
||||
if compiler.has_header('execinfo.h')
|
||||
conf_data.set('HAVE_EXECINFO_H', 1)
|
||||
endif
|
||||
|
||||
if conf_data.get('CONFIG_OS_WIN32') and compiler.has_header('windows.h')
|
||||
conf_data.set('HAVE_WINDOWS_H', 1)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user