r18350: we have to check for lstat() to keep roken happen on hpux
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2006 00:50:57 +0000 (00:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:15 +0000 (14:18 -0500)
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)

source4/lib/replace/libreplace.m4

index dbc1d10326a5a0e0250448e0e541c87f9845b51e..b87f2b12a7c66c1dcf84879a35d9160c1d320b5d 100644 (file)
@@ -84,7 +84,7 @@ AC_CHECK_TYPES(long long)
 
 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)