From: Richard M. Stallman Date: Tue, 27 Sep 1994 19:42:03 +0000 (+0000) Subject: (utimes): Check for it. X-Git-Tag: emacs-19.34~6699 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e280214ba75ec7169f7c6265a749339839a5772;p=emacs.git (utimes): Check for it. --- diff --git a/configure1.in b/configure1.in index bb22a27f3c6..ce7a3e93fff 100755 --- a/configure1.in +++ b/configure1.in @@ -1573,7 +1573,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) +strerror fpathconf select utimes) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)