From f9d9ebea4ae7518f1570b21a3a7a562c72e736bb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 May 2005 19:53:18 +0000 Subject: More fixes to the date code. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5d8611b..24c02f1 100644 --- a/configure.in +++ b/configure.in @@ -98,7 +98,9 @@ AC_CHECK_DECL(PTHREAD_MUTEX_ERRORCHECK_NP, [AC_DEFINE(HAVE_ERR_MUTEX, 1, "Error [ #include ])], [ #include ]) # Required Variables -AC_CHECK_MEMBER(struct tm.tm_gmtoff,,,[ #include ]) +AC_CHECK_MEMBER(struct tm.tm_gmtoff, + [AC_DEFINE(HAVE_TM_GMTOFF, 1, "Time Zone GMT Offset")], + ,[ #include ]) AC_CHECK_GLOBAL(__argv) # Required Functions -- cgit v1.2.3