From 023d2b4e3c392eed1f149dc5b13a83429cd052a3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 26 Jan 2006 00:23:44 +0000 Subject: [PATCH] Add forgotten HAVE_BACKTRACE define. --- ChangeLog | 5 +++++ include/xorg-config.h.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index db7783b92..a9de0717c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-26 Daniel Stone + + * xorg-config.h.in: + Add forgotten HAVE_BACKTRACE define. + 2006-01-25 Adam Jackson * Makefile.am: diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 1dfc88066..f74850182 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -106,4 +106,7 @@ /* System has wscons console */ #undef WSCONS_SUPPORT +/* Has backtrace support */ +#undef HAVE_BACKTRACE + #endif /* _XORG_CONFIG_H_ */