Add time_r module. Change timegm, mktime, and strftime to use localtime_r
[gnulib.git] / m4 / mktime.m4
index 2131cff..739757b 100644 (file)
@@ -1,4 +1,4 @@
-# mktime.m4 serial 2
+# mktime.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -201,5 +201,4 @@ AC_DEFUN([gl_FUNC_MKTIME],
 # Prerequisites of lib/mktime.c.
 AC_DEFUN([gl_PREREQ_MKTIME], [
   AC_REQUIRE([AC_HEADER_STDC])
-  AC_CHECK_HEADERS_ONCE(limits.h)
 ])