From 168561993bd26d34ab466890317a261094d4a5e0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 22 Jan 2008 11:45:09 +0000 Subject: [PATCH] Copied test for tm.tm_gmtim from libisofs configure.ac --- libisoburn/trunk/test/configure_ac.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libisoburn/trunk/test/configure_ac.txt b/libisoburn/trunk/test/configure_ac.txt index 3bfa0fd9..20f8afa6 100644 --- a/libisoburn/trunk/test/configure_ac.txt +++ b/libisoburn/trunk/test/configure_ac.txt @@ -42,6 +42,12 @@ AC_PROG_INSTALL AC_CHECK_HEADERS() +AC_CHECK_MEMBER([struct tm.tm_gmtoff], + [AC_DEFINE(HAVE_TM_GMTOFF, 1, + [Define this if tm structure includes a tm_gmtoff entry.])], + , + [#include ]) + THREAD_LIBS=-lpthread AC_SUBST(THREAD_LIBS)