If we're going to test for switch validity by observing whether the

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

Commit: 9b3fc492d36a3e215809535e90d402dbeee41966
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-24T00:54:12Z
Releases: 8.0.0
If we're going to test for switch validity by observing whether the
compiler emits any warnings, the test program had better be 100%
correct, not only 90% correct.  The recent addition of -Wold-style-definition
broke thread-safety detection on every platform that has that switch,
because the test program used an old-style definition.

Files

PathChange+/−
config/acx_pthread.m4 modified +3 −1
configure modified +3 −1