summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-19 01:50:55 +0000
committerBruno Haible <bruno@clisp.org>2007-01-19 01:50:55 +0000
commitc1c1c8b6b3b2abf80f34a9191823448ef5f195b9 (patch)
tree8e54185ed5f5a7fb73c919cf3117afff315847fd /m4
parentaeb8c436374844c89da703fa45374f4c653ed3bd (diff)
downloadgnulib-c1c1c8b6b3b2abf80f34a9191823448ef5f195b9.tar.gz
Undo the last change; it caused a compilation error when cross-compiling to
Cygwin.
Diffstat (limited to 'm4')
-rw-r--r--m4/gettimeofday.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/gettimeofday.m4 b/m4/gettimeofday.m4
index ec533594d1..1a05229a88 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.