From ab053a3b7186989b41180857e21e7d837de81cbd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 15 Feb 2007 14:09:39 +0000 Subject: r21365: Lets see which build farm machines have makecontext & friends --- source/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source/configure.in b/source/configure.in index 601a1a16f1b..f84cd68a628 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1243,6 +1243,7 @@ AC_CHECK_FUNCS(mlock munlock mlockall munlockall) AC_CHECK_HEADERS(sys/mman.h) # setbuffer, shmget, shm_open are needed for smbtorture AC_CHECK_FUNCS(setbuffer shmget shm_open) +AC_CHECK_FUNCS(makecontext getcontext setcontext swapcontext) # Find a method of generating a stack trace AC_CHECK_HEADERS(execinfo.h libexc.h libunwind.h) -- cgit v1.2.1