diff options
| author | Andrew Tridgell <tridge@samba.org> | 2006-09-11 00:50:57 +0000 |
|---|---|---|
| committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:15 -0500 |
| commit | 620a1488b326d76a22128c1268cadd577904deac (patch) | |
| tree | e3369c6a5609cddce3ca61defc0dd6cebc4c895c /source4/lib/replace | |
| parent | c4f16ffcf93effcea2dd19565aaa774e9436ccd5 (diff) | |
r18350: we have to check for lstat() to keep roken happen on hpux
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)
Diffstat (limited to 'source4/lib/replace')
| -rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 |
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) |
