From c42b3ab659c294e1c2a0de4b8bcbb4611eb3d005 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 25 Oct 2012 12:29:46 -0700 Subject: Imported Upstream version 2.11 --- m4/tm_gmtoff.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 m4/tm_gmtoff.m4 (limited to 'm4/tm_gmtoff.m4') diff --git a/m4/tm_gmtoff.m4 b/m4/tm_gmtoff.m4 new file mode 100644 index 0000000..43bda96 --- /dev/null +++ b/m4/tm_gmtoff.m4 @@ -0,0 +1,14 @@ +# tm_gmtoff.m4 serial 3 +dnl Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_TM_GMTOFF], +[ + AC_CHECK_MEMBER([struct tm.tm_gmtoff], + [AC_DEFINE([HAVE_TM_GMTOFF], [1], + [Define if struct tm has the tm_gmtoff member.])], + , + [#include ]) +]) -- cgit v1.2.3