changeset 7901:1b1117096a35

Undo the last change; it caused a compilation error when cross-compiling to Cygwin.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Jan 2007 01:50:55 +0000
parents 2843623a4ec4
children 5fa14d8c0b45
files ChangeLog m4/gettimeofday.m4
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-18  Bruno Haible  <bruno@clisp.org>
+
+	* 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  <jim@meyering.net>
 
 	Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
--- a/m4/gettimeofday.m4
+++ b/m4/gettimeofday.m4
@@ -90,8 +90,6 @@
     [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.