summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-15 14:09:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:59 -0500
commit9c79a696c08bfb3315c0e259bf19c3f7f5804df8 (patch)
tree38e06c7605d711e174420ca41bc6abb9332122ba
parent1b16e8cbf94b8bac8fd993610be4222dd839e492 (diff)
downloadsamba-9c79a696c08bfb3315c0e259bf19c3f7f5804df8.tar.gz
samba-9c79a696c08bfb3315c0e259bf19c3f7f5804df8.tar.bz2
samba-9c79a696c08bfb3315c0e259bf19c3f7f5804df8.zip
r21365: Lets see which build farm machines have makecontext & friends
(This used to be commit ab053a3b7186989b41180857e21e7d837de81cbd)
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 601a1a16f1..f84cd68a62 100644
--- a/source3/configure.in
+++ b/source3/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)