Bruce Momjian e48322a6d6 Be more aggressive about adding flags to thread compiles. The configure
test only tests for building a binary, not building a shared library.

On Linux, you can build a binary with -pthread, but you can't build a
binary that uses a threaded shared library unless you also use -pthread
when building the binary, or adding -lpthread to the shared library
build.  This patch has the effect of doing the later by adding both
-pthread and -lpthread when building libpq.
2004-08-12 16:39:50 +00:00
..
2003-11-29 19:52:15 +00:00
2003-11-29 19:52:15 +00:00
2004-05-19 22:12:30 +00:00
2003-11-29 19:52:15 +00:00
2003-11-29 19:52:15 +00:00