Mercurial > emacs
changeset 9373:7f6f83c8571e
(eaccess): Check for it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Oct 1994 08:40:00 +0000 |
parents | 89c023618d30 |
children | 347f919eea4a |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Fri Oct 07 08:36:40 1994 +0000 +++ b/configure1.in Fri Oct 07 08:40:00 1994 +0000 @@ -1576,7 +1576,7 @@ AC_HAVE_LIBRARY(-lm) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ -strerror fpathconf select mktime) +strerror fpathconf select mktime eaccess) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)