# HG changeset patch # User Richard M. Stallman # Date 781261261 0 # Node ID 27adc7d166ddffaf270ebf10848cb2b13ce35f6b # Parent 8c659649649ea17781b1500efdefcc8acc080b1d (mktime): Check for it. diff -r 8c659649649e -r 27adc7d166dd configure1.in --- a/configure1.in Tue Oct 04 04:20:21 1994 +0000 +++ b/configure1.in Tue Oct 04 09:01:01 1994 +0000 @@ -1576,7 +1576,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 mktime) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)