]> git.ipfire.org Git - thirdparty/gnutls.git/commit
configure: check that -no_weak_links works with FD_SET
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 26 May 2020 13:19:59 +0000 (16:19 +0300)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 26 May 2020 13:19:59 +0000 (16:19 +0300)
commit945a48993dcdd9ead17216e55c59db209923ea5e
tree8e9c01f601b5988c35bb1ecf362050a61dc67364
parent12080aa26a8d963acdfa3aa1b8b444f5f58af6bd
configure: check that -no_weak_links works with FD_SET

Several Xcode/SDK versions provide FD_SET implementation that does not
work with -no_weak_links. Check that this option does not break FD_SET
usage.

Fixes #966

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
configure.ac