Undo the last change; it caused a compilation error when cross-compiling to
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 01:50:55 +0000 (01:50 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 01:50:55 +0000 (01:50 +0000)
Cygwin.

ChangeLog
m4/gettimeofday.m4

index 8825af1e2ead4e05cf83b4bacd218d14f41d381e..e54042357ff0515ef3aa47eaf51e643bf1ad1ab8 100644 (file)
--- 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".
index ec533594d19a098d7878e899245884e254dea674..1a05229a88f847707dbeb1d29f6f36bc9034bff1 100644 (file)
@@ -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.