diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-15 14:09:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:59 -0500 |
commit | ab053a3b7186989b41180857e21e7d837de81cbd (patch) | |
tree | 1e841770d2b0a80d17792c533fda62bae1aaf3aa | |
parent | 639b7989b3ad1438a443a33dc41115bcc90f72d2 (diff) | |
download | samba-ab053a3b7186989b41180857e21e7d837de81cbd.tar.gz |
r21365: Lets see which build farm machines have makecontext & friends
-rw-r--r-- | source/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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) |