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

tridge at samba.org tridge at samba.org
Tue Jul 12 09:31:42 GMT 2005


Author: tridge
Date: 2005-07-12 09:31:41 +0000 (Tue, 12 Jul 2005)
New Revision: 8367

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

Log:
another configure test needed by netbsd for 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-07-12 09:18:50 UTC (rev 8366)
+++ branches/SAMBA_4_0/source/heimdal_build/config.m4	2005-07-12 09:31:41 UTC (rev 8367)
@@ -4,7 +4,7 @@
 
 AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep)
 AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab writev readv)
-AC_CHECK_FUNCS(inet_ntop rcmd iruserok)
+AC_CHECK_FUNCS(inet_ntop rcmd iruserok cgetent)
 
 AC_CHECK_DECL(h_errno, 
               [AC_DEFINE(HAVE_DECL_H_ERRNO,1,whether h_errno is declared)], [], [



More information about the samba-cvs mailing list