Issue 33490: pthread auto-detection can use AX_PTHREAD

Issue33490

Created on 2018-05-14 03:37 by eitan.adler, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 6788 open eitan.adler, 2018-05-14 03:38
Messages (1)
msg316491 - (view) Author: Eitan Adler (eitan.adler) * Date: 2018-05-14 03:37
There is a ton of logic in configure.ac to detect pthreads support. There is a standard macro to use instead: https://www.gnu.org/software/autoconf-archive/ax_pthread.html#ax_pthread 

In order to simplify our pthread logic we should make use of the standard macro instead of writing our own code.
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77671
2018-05-14 03:38:01eitan.adlersetkeywords: + patch
stage: patch review
pull_requests: + pull_request6475
2018-05-14 03:37:49eitan.adlercreate