svn commit: samba r21365 - in branches/SAMBA_3_0/source: .

vlendec at samba.org vlendec at samba.org
Thu Feb 15 14:09:39 GMT 2007


Author: vlendec
Date: 2007-02-15 14:09:39 +0000 (Thu, 15 Feb 2007)
New Revision: 21365

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21365

Log:
Lets see which build farm machines have makecontext & friends
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-02-15 13:01:18 UTC (rev 21364)
+++ branches/SAMBA_3_0/source/configure.in	2007-02-15 14:09:39 UTC (rev 21365)
@@ -1243,6 +1243,7 @@
 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)



More information about the samba-cvs mailing list