If we're going to test for switch validity by observing whether the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 00:54:12 +0000 (00:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 00:54:12 +0000 (00:54 +0000)
commit9b3fc492d36a3e215809535e90d402dbeee41966
tree6941dce2b01df0e61618c69d587332a9ca085a23
parent8b9aaea88822432e9ca3cd43d23ea815ec48a4fa
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.
config/acx_pthread.m4
configure