]> git.eshelyaron.com Git - emacs.git/commitdiff
(utimes): Check for it.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 19:42:03 +0000 (19:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 19:42:03 +0000 (19:42 +0000)
configure1.in

index bb22a27f3c64d04d821decbdaa2a466f9432407c..ce7a3e93fff6d25fa9b9558495485ba05cdcbd07 100755 (executable)
@@ -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=)