mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Add check for walkcontext() to enable stack trace dumper on Solaris
This commit is contained in:
@@ -68,7 +68,7 @@ AC_TYPE_PID_T
|
||||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr strtol getopt getopt_long])
|
||||
AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr strtol getopt getopt_long walkcontext])
|
||||
AC_FUNC_ALLOCA
|
||||
|
||||
# Find the math libary
|
||||
|
||||
@@ -66,4 +66,8 @@
|
||||
/* Solaris 8 or later? */
|
||||
#undef __SOL8__
|
||||
|
||||
/* Define to 1 if you have the `walkcontext' function (used on Solaris for
|
||||
xorg_backtrace in hw/xfree86/common/xf86Events.c */
|
||||
#undef HAVE_WALKCONTEXT
|
||||
|
||||
#endif /* _XORG_CONFIG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user