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 | |
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')
-rwxr-xr-x | configure | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -26369,42 +26369,6 @@ $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -## check if `struct tm' has a `__tm_gmtoff' member. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __tm_gmtoff in struct tm" >&5 -$as_echo_n "checking for __tm_gmtoff in struct tm... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - - #include <sys/time.h> - #include <time.h> -#ifdef FC_DUMMY_MAIN -#ifndef FC_DUMMY_MAIN_EQ_F77 -# ifdef __cplusplus - extern "C" -# endif - int FC_DUMMY_MAIN() { return 1; } -#endif -#endif -int -main () -{ -struct tm tm; tm.__tm_gmtoff=0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -$as_echo "#define HAVE___TM_GMTOFF 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ## Check whether the global variable `timezone' is defined. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for global timezone variable" >&5 $as_echo_n "checking for global timezone variable... " >&6; } |