Add check for walkcontext() to enable stack trace dumper on Solaris

This commit is contained in:
Alan Coopersmith 2005-08-02 20:47:47 +00:00
parent bb5258a21d
commit 3d0d95004c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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_ */