From 60b73b0521f30d7c9b99fb98e09077376abee49a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 15:54:36 +0200 Subject: timegm: Correct mktime replacement statements. * m4/timegm.m4 (gl_PREREQ_TIMEGM): Set REPLACE_MKTIME, instead of defining mktime as a C macro. This completes a 2009-07-28 commit. --- m4/timegm.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'm4/timegm.m4') diff --git a/m4/timegm.m4 b/m4/timegm.m4 index a47984cef4..62e76b4437 100644 --- a/m4/timegm.m4 +++ b/m4/timegm.m4 @@ -32,8 +32,7 @@ AC_DEFUN([gl_PREREQ_TIMEGM], [ [# mktime works but it doesn't export __mktime_internal, # so we need to substitute our own mktime implementation. AC_LIBOBJ([mktime]) - AC_DEFINE([mktime], [rpl_mktime], - [Define to rpl_mktime if the replacement function should be used.]) + REPLACE_MKTIME=1 gl_PREREQ_MKTIME]) fi ]) -- cgit v1.2.1