svn commit: samba r7359 - in branches/SAMBA_4_0/source/heimdal_build: .

tridge at samba.org tridge at samba.org
Tue Jun 7 11:53:31 GMT 2005


Author: tridge
Date: 2005-06-07 11:53:30 +0000 (Tue, 07 Jun 2005)
New Revision: 7359

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

Log:
add configure test for strsep (might helps abartlets build of heimdal)



Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.m4	2005-06-07 11:35:23 UTC (rev 7358)
+++ branches/SAMBA_4_0/source/heimdal_build/config.m4	2005-06-07 11:53:30 UTC (rev 7359)
@@ -2,7 +2,7 @@
 AC_CHECK_HEADERS(sys/stropts.h sys/timeb.h sys/times.h sys/uio.h sys/un.h)
 AC_CHECK_HEADERS(sys/utsname.h termcap.h term.h timezone.h time.h ttyname.h)
 
-AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit)
+AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep)
 
 # these are disabled unless heimdal is found below
 SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT)



More information about the samba-cvs mailing list