summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorIsmael Luceno <ismael@iodev.co.uk>2021-12-28 12:12:13 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2021-12-30 11:04:11 +0100
commitc1be12396088563ed77ed61e54fd4e153469701d (patch)
tree4bbbccf1e92399bc7b0d126b9e37b8bfeb96ed8c /config_host
parentd7fb6b22cf7e66eb2594001cc42c6bff8b5a49e2 (diff)
Add configure test for the backtrace implementation
Improve robustness by testing explicitly; instead of assuming based on the OS, test first the libc and then test for libexecinfo. The assumption was wrong for FreeBSD (included since 2017) and for musl-based systems (not in libc). Also, remove INCLUDE_BACKTRACE and clean up a bit. Ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220271 Change-Id: Ib4b7fd4fe2cdf5f76babe47a21bd2990fcf42649 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127538 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index e38e46386d83..0f610a5646bc 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -99,6 +99,10 @@
*/
#define HAVE_FEATURE_BREAKPAD 0
+/* BACKTRACE - whether a GNU backtrace implementation is available.
+ */
+#define HAVE_FEATURE_BACKTRACE 0
+
/*
* Whether OpenGL is enabled
*/