changeset 2029:aebedfa1a43b

(_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF.
author Jim Meyering <jim@meyering.net>
date Fri, 10 Dec 1999 14:35:38 +0000
parents 38fc7327a4e9
children 9386e6e9c702
files m4/strftime.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -16,7 +16,8 @@
  AC_CHECK_FUNCS(mblen mbrlen)
 
  AC_CHECK_MEMBER(struct tm.tm_gmtoff,
-                 [AC_DEFINE(HAVE_TM_GMTOFF)],
+                 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
+                            [Define if struct tm has the tm_gmtoff member.])],
                  ,
                  dnl FIXME: having to put the closing square bracket on the
                  dnl FIXME: next line is a gross kludge to work around an