Skip to content
Snippets Groups Projects
Commit 8de5f33d authored by Adrien Béraud's avatar Adrien Béraud
Browse files

trace-tools: use ifdef to check CXXABI

As documented here:
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Generic-Headers.html

Change-Id: I58775858404d1f3eab7ea1cd87acf0bee94e1533
parent 6c9d3eb1
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
# define CURRENT_LINE() 0
#endif
#if HAVE_CXXABI_H
#ifdef HAVE_CXXABI_H
#include <cxxabi.h>
template<typename T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment