From 9f5009b69461acabf57162010827f05bb72cd1c3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Apr 2010 19:54:49 +0200 Subject: [PATCH] Oops, fix default value in the last commits. --- m4/time_h.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/time_h.m4 b/m4/time_h.m4 index f69038a59b..013b68c4f7 100644 --- a/m4/time_h.m4 +++ b/m4/time_h.m4 @@ -78,8 +78,8 @@ AC_DEFUN([gl_HEADER_TIME_H_DEFAULTS], GNULIB_TIMEGM=0; AC_SUBST([GNULIB_TIMEGM]) GNULIB_TIME_R=0; AC_SUBST([GNULIB_TIME_R]) dnl Assume proper GNU behavior unless another module says otherwise. - HAVE_LOCALTIME_R=0; AC_SUBST([HAVE_LOCALTIME_R]) - HAVE_TIMEGM=0; AC_SUBST([HAVE_TIMEGM]) + HAVE_LOCALTIME_R=1; AC_SUBST([HAVE_LOCALTIME_R]) + HAVE_TIMEGM=1; AC_SUBST([HAVE_TIMEGM]) dnl If another module says to replace or to not replace, do that. dnl Otherwise, replace only if someone compiles with -DGNULIB_PORTCHECK; dnl this lets maintainers check for portability. -- 2.30.2