configure.ac: require pthread-stubs only where available
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 2 Mar 2017 19:02:44 +0000 (19:02 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Mar 2017 11:30:07 +0000 (11:30 +0000)
commitb82bd31c54cc91b972a027492fa75b13cd9c7267
tree1efd8b41d097cd116655d412991063277b7d6066
parent9aebdb5d082ec640fe8a14704201952bddb50a88
configure.ac: require pthread-stubs only where available

The project is a thing only for BSD platforms. Or in other words - for
any other platforms building/installing pthread-stubs results only in a
pthread-stub.pc file.

And even where it provides a DSO, there's a fundamental design issue
with it - see the pthread-stubs mailing list for the specifics.

v2: Update comment above the switch statement (Jon Turney).

Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Acked-by: Gary Wong <gtw@gnu.org>
Tested-by: Eric Engestrom <eric.engestrom@imgtec.com>
Acked-by: Randy Fishel <randy.fishel@oracle.com>
Cc: Niveditha Rau <niveditha.rau@oracle.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac