From c1c1c8b6b3b2abf80f34a9191823448ef5f195b9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Jan 2007 01:50:55 +0000 Subject: [PATCH] Undo the last change; it caused a compilation error when cross-compiling to Cygwin. --- ChangeLog | 6 ++++++ m4/gettimeofday.m4 | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8825af1e2..e54042357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-18 Bruno Haible + + * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the + last change; it caused a compilation error when cross-compiling to + Cygwin. + 2007-01-18 Jim Meyering Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys". diff --git a/m4/gettimeofday.m4 b/m4/gettimeofday.m4 index ec533594d..1a05229a8 100644 --- a/m4/gettimeofday.m4 +++ b/m4/gettimeofday.m4 @@ -90,8 +90,6 @@ AC_DEFUN([gl_GETTIMEOFDAY_REPLACE_LOCALTIME], [ [Define to rpl_gmtime if the replacement function should be used.]) AC_DEFINE([localtime], [rpl_localtime], [Define to rpl_localtime if the replacement function should be used.]) - AC_DEFINE([gettimeofday], [rpl_gettimeofday], - [Define to rpl_gettimeofday if the replacement function should be used.]) ]) # Prerequisites of lib/gettimeofday.c. -- 2.11.0