1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r21365: Lets see which build farm machines have makecontext & friends

(This used to be commit ab053a3b7186989b41180857e21e7d837de81cbd)
This commit is contained in:
Volker Lendecke 2007-02-15 14:09:39 +00:00 committed by Gerald (Jerry) Carter
parent 1b16e8cbf9
commit 9c79a696c0

View File

@ -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)