Thread: pgsql: Better support for thread-support flag detection with clang

pgsql: Better support for thread-support flag detection with clang

From
Peter Eisentraut
Date:
Better support for thread-support flag detection with clang

When testing the stderr produced by various thread-support flags, also
run a compilation in addition to a link, because clang warns on
certain flags when compiling but not when linking.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f0053845326e9eba290c78162ef355558cd2fc46

Modified Files
--------------
config/acx_pthread.m4 |    3 ++-
configure             |    3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)