From: Bruno Haible Date: Sat, 3 Apr 2010 17:54:49 +0000 (+0200) Subject: Oops, fix default value in the last commits. X-Git-Tag: v0.1~4355 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=9f5009b69461acabf57162010827f05bb72cd1c3;p=gnulib.git Oops, fix default value in the last commits. --- diff --git a/m4/time_h.m4 b/m4/time_h.m4 index f69038a59..013b68c4f 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.