From 75b8c845cb07d4a7fe4236e5c0123c3c259edec2 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Sat, 1 Mar 2003 14:29:33 +0000 Subject: Check for header on solaris, to get a prototype for the printstack() function, used inside the new XINE_ASSERT macro. CVS patchset: 4312 CVS date: 2003/03/01 14:29:33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e70391a0d..1800e13fd 100644 --- a/configure.ac +++ b/configure.ac @@ -804,7 +804,7 @@ dnl Some extra checks. dnl --------------------------------------------- AC_CHECK_LIB(posix4, sched_get_priority_min) AC_CHECK_FUNCS([vsscanf sigaction sigset getpwuid_r nanosleep strsep strpbrk setenv backtrace printstack]) -AC_CHECK_HEADERS(byteswap.h malloc.h execinfo.h sys/mman.h sys/mixer.h) +AC_CHECK_HEADERS(byteswap.h malloc.h execinfo.h ucontext.h sys/mman.h sys/mixer.h) if test "$GCC" = yes; then -- cgit v1.2.3