diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-07 08:40:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-07 08:40:00 +0000 |
commit | 0bfd95626964dc47b5a52bc4773792993f1274d0 (patch) | |
tree | 103849acf78fcff091591207e2755c255b18049f /configure1.in | |
parent | d9e2ff730f19b0394ad308d6b1864789c605ce32 (diff) | |
download | emacs-0bfd95626964dc47b5a52bc4773792993f1274d0.tar.gz |
(eaccess): Check for it.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 4d527fa5050..458e33edf28 100755 --- a/configure1.in +++ b/configure1.in @@ -1576,7 +1576,7 @@ AC_ALLOCA 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=) |