summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-11 00:50:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:15 -0500
commit620a1488b326d76a22128c1268cadd577904deac (patch)
treee3369c6a5609cddce3ca61defc0dd6cebc4c895c /source4
parentc4f16ffcf93effcea2dd19565aaa774e9436ccd5 (diff)
downloadsamba-620a1488b326d76a22128c1268cadd577904deac.tar.gz
samba-620a1488b326d76a22128c1268cadd577904deac.tar.bz2
samba-620a1488b326d76a22128c1268cadd577904deac.zip
r18350: we have to check for lstat() to keep roken happen on hpux
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/libreplace.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index dbc1d10326..b87f2b12a7 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -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)