summaryrefslogtreecommitdiff
path: root/m4/timegm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/timegm.m4')
-rw-r--r--m4/timegm.m43
1 files changed, 1 insertions, 2 deletions
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
])