From 9fdbc41973971f4ef032d57c4e02ed0430227a0a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Dec 2003 00:01:28 +0000 Subject: * configure.in: check ucontext.h. * eval.c: use getcontext/setcontext() instead of setjmp/longjmp() on ia64 or with native thread enabled. [ruby-core:01932] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 13b5c487c1..9d26600869 100644 --- a/configure.in +++ b/configure.in @@ -364,7 +364,8 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(stdlib.h string.h unistd.h limits.h sys/file.h sys/ioctl.h\ fcntl.h sys/fcntl.h sys/select.h sys/time.h sys/times.h sys/param.h\ syscall.h pwd.h grp.h a.out.h utime.h memory.h direct.h sys/resource.h \ - sys/mkdev.h sys/utime.h netinet/in_systm.h float.h ieeefp.h pthread.h) + sys/mkdev.h sys/utime.h netinet/in_systm.h float.h ieeefp.h pthread.h \ + ucontext.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_UID_T -- cgit v1.2.3