# HG changeset patch # User Richard M. Stallman # Date 780694923 0 # Node ID a8ba43571b8c862b776396099efbe2bea4752b05 # Parent b4739bcefc44590929f36004a8627e00583b32f0 (utimes): Check for it. diff -r b4739bcefc44 -r a8ba43571b8c configure1.in --- 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=)