diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 22:33:01 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 22:33:01 (GMT) |
commit | da2a2d940057ad7c5c224bdc00035d867725e9a1 (patch) | |
tree | 451beca7916508d44eca234673ca3e8ebbf554d2 /configure.ac | |
parent | 5bf140387f08a9395768acfd48e20abe0d3c6b49 (diff) | |
download | hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.zip hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.tar.gz hdf5-da2a2d940057ad7c5c224bdc00035d867725e9a1.tar.bz2 |
[svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact of the Linux
fork of glibc. It's been deprecated since at least 1997.
Part of HDFFV-9085
Tested on: jam
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 33e4565..72b0ab0 100644 --- a/configure.ac +++ b/configure.ac @@ -1791,16 +1791,6 @@ AC_TRY_COMPILE([ AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) -## check if `struct tm' has a `__tm_gmtoff' member. -AC_MSG_CHECKING([for __tm_gmtoff in struct tm]) -AC_TRY_COMPILE([ - #include <sys/time.h> - #include <time.h>], [struct tm tm; tm.__tm_gmtoff=0;], - [AC_DEFINE([HAVE___TM_GMTOFF], [1], - [Define if `__tm_gmtoff' is a member of `struct tm']) - AC_MSG_RESULT([yes])], - [AC_MSG_RESULT([no])]) - ## Check whether the global variable `timezone' is defined. AC_MSG_CHECKING([for global timezone variable]) |