1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[meson] Check header execinfo.h

This commit is contained in:
Witold Filipczyk 2024-04-17 15:53:08 +02:00
parent 98e82717ea
commit 49ef584853

View File

@ -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