diff configure1.in @ 9253:27adc7d166dd

(mktime): Check for it.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Oct 1994 09:01:01 +0000
parents da3ee9703b44
children 7f6f83c8571e
line wrap: on
line diff
--- 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=)