svn commit: samba r18350 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Mon Sep 11 00:50:58 GMT 2006


Author: tridge
Date: 2006-09-11 00:50:57 +0000 (Mon, 11 Sep 2006)
New Revision: 18350

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

Log:

we have to check for lstat() to keep roken happen on hpux

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 00:43:48 UTC (rev 18349)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 00:50:57 UTC (rev 18350)
@@ -84,7 +84,7 @@
 
 AC_FUNC_MEMCMP
 
-AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer)
+AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer lstat)
 
 AC_CHECK_HEADERS(stdbool.h stddef.h)
 



More information about the samba-cvs mailing list