Adjust configure so that extern tzname[] will be checked for
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |