| commit | 6388033e107a74a6e962eabf4ec06065d12d28db | [log] [tgz] |
|---|---|---|
| author | Christian Göttsche <cgzones@googlemail.com> | Tue Dec 14 17:36:57 2021 +0100 |
| committer | BenBE <BenBE@geshi.org> | Thu Dec 16 17:51:15 2021 +0100 |
| tree | a6ff6d3cd63c573e5914bdc35e127d2bd76fc9d7 | |
| parent | b45eaf2fe16fb0e94333ab848962892b48648a28 [diff] |
configure: support libunwind of LLVM The libunwind headers of LLVM are located in the subdirectory /usr/include/libunwind. Search that subdirectory when the default header test fails. Also extend the include path due to the transitive include of `<__libunwind_config.h>`. Closes: #894