Add check for walkcontext() to enable stack trace dumper on Solaris
This commit is contained in:
		
							parent
							
								
									bb5258a21d
								
							
						
					
					
						commit
						3d0d95004c
					
				| 
						 | 
				
			
			@ -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_ */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue