Add forgotten HAVE_BACKTRACE define.

This commit is contained in:
Daniel Stone 2006-01-26 00:23:44 +00:00
parent 14fdd81614
commit 023d2b4e3c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-01-26 Daniel Stone <daniel@freedesktop.org>
* xorg-config.h.in:
Add forgotten HAVE_BACKTRACE define.
2006-01-25 Adam Jackson <ajax@freedesktop.org>
* Makefile.am:

View File

@ -106,4 +106,7 @@
/* System has wscons console */
#undef WSCONS_SUPPORT
/* Has backtrace support */
#undef HAVE_BACKTRACE
#endif /* _XORG_CONFIG_H_ */