diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-11 00:50:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2006-09-11 00:50:57 +0000 |
commit | df743f069c9e0b176fd015eb8d68e303bbe7915f (patch) | |
tree | 57343d5dfbcf7a23817a383325bb567eed33bc29 /source/lib/replace | |
parent | a1a8539f9b89bf6985fe5551479f866189637067 (diff) | |
download | samba-df743f069c9e0b176fd015eb8d68e303bbe7915f.tar.gz samba-df743f069c9e0b176fd015eb8d68e303bbe7915f.tar.xz samba-df743f069c9e0b176fd015eb8d68e303bbe7915f.zip |
r18350: we have to check for lstat() to keep roken happen on hpux
Diffstat (limited to 'source/lib/replace')
-rw-r--r-- | source/lib/replace/libreplace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index dbc1d10326a..b87f2b12a7c 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/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) |