changeset 13132:eeb9ce788354

Oops, fix default value in the last commits.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Apr 2010 19:54:49 +0200
parents 9bf8948cd6b6
children 72abbb959390
files m4/time_h.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/time_h.m4
+++ b/m4/time_h.m4
@@ -78,8 +78,8 @@
   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.