pgsql: Update ax_pthread.m4 to an experimental draft version from upstr

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update ax_pthread.m4 to an experimental draft version from upstr
Date: 2015-07-30 11:21:43
Message-ID: E1ZKluB-0001of-OL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update ax_pthread.m4 to an experimental draft version from upstream.

The current version is adding a spurious -pthread option on some Darwin
systems that don't need it, which leads to a bunch of "unrecognized option
'-pthread'" warnings. There is a proposed fix for that in the upstream
autoconf archive's bug tracker, see https://savannah.gnu.org/patch/?8186.
This commit updates our version of ax_pthread.m4 to the "draft2" version
proposed there by Daniel Richard G. I'm using our buildfarm to help Daniel
to test this, before he commits this to the upstream repository.

Branch
------
master

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

Modified Files
--------------
config/ax_pthread.m4 | 180 ++++++++++++++++++++++++++++------------------
configure | 196 ++++++++++++++++++++++++++++++++++----------------
2 files changed, 244 insertions(+), 132 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-30 11:51:31 pgsql: Fix calculation of latency of pgbench backslash commands.
Previous Message Noah Misch 2015-07-30 03:03:57 pgsql: Blacklist xlc 32-bit inlining.