Mercurial > emacs
changeset 9155:a8ba43571b8c
(utimes): Check for it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Sep 1994 19:42:03 +0000 |
parents | b4739bcefc44 |
children | bc43d1b2bf9f |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Tue Sep 27 19:41:21 1994 +0000 +++ b/configure1.in Tue Sep 27 19:42:03 1994 +0000 @@ -1573,7 +1573,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) +strerror fpathconf select utimes) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)