]> git.eshelyaron.com Git - emacs.git/commitdiff
(eaccess): Check for it.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Oct 1994 08:40:00 +0000 (08:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Oct 1994 08:40:00 +0000 (08:40 +0000)
configure1.in

index 4d527fa5050defb0a951ea540c593d83cdefc8ea..458e33edf2879c06182e18f7581ab94a83251964 100755 (executable)
@@ -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=)