configure.ac: fix execinfo.h test (Debian #363218)

Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
This commit is contained in:
Daniel Stone
2006-08-12 19:25:06 +03:00
committed by Daniel Stone
parent c4951e0a6b
commit 5a3488ccac
2 changed files with 4 additions and 0 deletions

View File

@@ -109,4 +109,7 @@
/* Name of the period field in struct kbd_repeat */
#undef LNX_KBD_PERIOD_NAME
/* Have execinfo.h */
#undef HAVE_EXECINFO_H
#endif /* _XORG_CONFIG_H_ */