Adjust configure so that extern tzname[] will be checked for

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c120f4ba0adaeff5f4311c2edccdb58235e3ac82
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-05-22T16:39:30Z
Releases: 7.4.1
Adjust configure so that extern tzname[] will be checked for
independently of whether the struct tm tm_zone member exists.
Also run autoheader, which seems not to have been done lately;
it added about three more things to pg_config.h.in than I was expecting...

Files

PathChange+/−
config/c-library.m4 modified +33 −1
configure modified +3 −4
configure.in modified +2 −2
src/include/pg_config.h.in modified +10 −2