changeset 9253:27adc7d166dd

(mktime): Check for it.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Oct 1994 09:01:01 +0000
parents 8c659649649e
children bbacb08f7e0c
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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=)