postgresql/config
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
..
Makefile PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
ac_func_accept_argtypes.m4 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
acx_pthread.m4 Be more aggressive about adding flags to thread compiles. The configure 2004-08-12 16:39:50 +00:00
c-compiler.m4 Do not let external specification of CFLAGS stop us from adding 2004-02-02 04:07:18 +00:00
c-library.m4 Fix strerror_r by checking return type from configure. 2004-06-07 22:39:45 +00:00
config.guess New config.guess and config.sub from upstream. 2003-11-04 10:31:33 +00:00
config.sub New config.guess and config.sub from upstream. 2003-11-04 10:31:33 +00:00
docbook.m4 Add /usr/local/sgml/docbook-dsssl to the default search patch for 2003-12-13 20:25:18 +00:00
general.m4 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
install-sh Update install-sh and mkinstalldirs from master source (Automake). They 2003-11-04 10:59:58 +00:00
libtool.m4 Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the 2004-07-17 18:53:56 +00:00
missing Only look for bison as YACC; other yaccs need to be selected explicitly. 2001-02-10 22:31:42 +00:00
mkinstalldirs Update install-sh and mkinstalldirs from master source (Automake). They 2003-11-04 10:59:58 +00:00
perl.m4 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
prep_buildtree Make prep_buildtree harmless when run on top of the source tree. 2001-09-10 23:28:59 +00:00
programs.m4 Configure adjustments for irix. 2004-05-19 22:12:30 +00:00
python.m4 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
tcl.m4 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00