[New-bugs-announce] [issue33490] pthread auto-detection can use AX_PTHREAD

Eitan Adler report at bugs.python.org
Sun May 13 23:37:49 EDT 2018


New submission from Eitan Adler <lists at eitanadler.com>:

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.

----------
components: Build
messages: 316491
nosy: eitan.adler
priority: normal
severity: normal
status: open
title: pthread auto-detection can use AX_PTHREAD
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33490>
_______________________________________


More information about the New-bugs-announce mailing list