From: Jim Meyering Date: Fri, 10 Dec 1999 14:35:38 +0000 (+0000) Subject: (_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb0e25727b389d92ab9ec898120af27f97cd75f;p=pspp (_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF. --- diff --git a/m4/strftime.m4 b/m4/strftime.m4 index 6c12da6c2f..c4ebc411ac 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -16,7 +16,8 @@ AC_DEFUN(_jm_STRFTIME_PREREQS, 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