Module Name:    src
Committed By:   jmcneill
Date:           Wed Aug 14 10:14:45 UTC 2013

Modified Files:
        src/tools/compat: configure.ac

Log Message:
add test for struct tm tm_gmtoff member


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/tools/compat/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/configure.ac
diff -u src/tools/compat/configure.ac:1.79 src/tools/compat/configure.ac:1.80
--- src/tools/compat/configure.ac:1.79	Fri Aug  9 20:12:38 2013
+++ src/tools/compat/configure.ac	Wed Aug 14 10:14:45 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: configure.ac,v 1.79 2013/08/09 20:12:38 jmcneill Exp $
+#	$NetBSD: configure.ac,v 1.80 2013/08/14 10:14:45 jmcneill Exp $
 #
 # Autoconf definition file for libnbcompat.
 #
@@ -137,6 +137,7 @@ AC_CHECK_MEMBERS([struct stat.st_flags, 
 	struct stat.st_atim, struct stat.st_mtimensec],,, 
 	[#include <sys/stat.h>])
 AC_CHECK_MEMBERS(struct statvfs.f_iosize,,, [#include <sys/statvfs.h>])
+AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, [#include <time.h>])
 
 # Global variable decls.
 AC_CHECK_DECLS([optind, optreset],,, [

Reply via email to