bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

time: fix regression


From: Bruno Haible
Subject: time: fix regression
Date: Sat, 3 Apr 2010 17:24:51 +0100
User-agent: KMail/1.9.9

This fixes a bad copy&paste mistake I did three weeks ago:


2010-04-03  Bruno Haible  <address@hidden>

        time: Fix regression introduced on 2010-03-08.
        * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
        gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.

--- m4/time_h.m4.orig   Sat Apr  3 18:22:25 2010
+++ m4/time_h.m4        Sat Apr  3 18:21:03 2010
@@ -64,7 +64,7 @@
 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])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]