summaryrefslogtreecommitdiff
path: root/m4/time_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-03 18:24:34 +0200
committerBruno Haible <bruno@clisp.org>2010-04-03 18:25:36 +0200
commit6050218aa0cfc0667bac087b677d6cbec5880bfb (patch)
tree93074a051cf70dec1bf46a28ce6478dadf5567d4 /m4/time_h.m4
parent219c504b3178a07389eef1cd411bde3864f3f54c (diff)
downloadgnulib-6050218aa0cfc0667bac087b677d6cbec5880bfb.tar.gz
time: Fix regression introduced on 2010-03-08.
Diffstat (limited to 'm4/time_h.m4')
-rw-r--r--m4/time_h.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/time_h.m4 b/m4/time_h.m4
index f2e54f2a94..f9dfe754eb 100644
--- a/m4/time_h.m4
+++ b/m4/time_h.m4
@@ -64,7 +64,7 @@ AC_DEFUN([gl_CHECK_TYPE_STRUCT_TIMESPEC],
AC_DEFUN([gl_TIME_MODULE_INDICATOR],
[
dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
- AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
+ AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
gl_MODULE_INDICATOR_SET_VARIABLE([$1])
dnl Define it also as a C macro, for the benefit of the unit tests.
gl_MODULE_INDICATOR_FOR_TESTS([$1])