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)
 

Reply via email to