summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2003-03-01 14:29:33 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2003-03-01 14:29:33 +0000
commit75b8c845cb07d4a7fe4236e5c0123c3c259edec2 (patch)
tree27cc387ca14443fb111b4620473ff9715e07b5b5
parent16639066ab9f5e3db30e5c68d160a3fbc72d0a49 (diff)
downloadxine-lib-75b8c845cb07d4a7fe4236e5c0123c3c259edec2.tar.gz
xine-lib-75b8c845cb07d4a7fe4236e5c0123c3c259edec2.tar.bz2
Check for <ucontext.h> 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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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