aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/easylogging.patch
blob: 6cea439a5828ae4b47c9969775d9df6cc594ca1b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/external/easylogging++/easylogging++.h
+++ b/external/easylogging++/easylogging++.h
@@ -195,7 +195,7 @@
 #  define ELPP_INTERNAL_INFO(lvl, msg)
 #endif  // (defined(ELPP_DEBUG_INFO))
 #if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
-#  if (ELPP_COMPILER_GCC && !ELPP_MINGW)
+#  if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW)
 #    define ELPP_STACKTRACE 1
 #  else
 #      define ELPP_STACKTRACE 0