aboutsummaryrefslogtreecommitdiff
path: root/docs/code/multi-echo-server/main.c
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-04-29 19:57:52 +0200
committercjihrig <cjihrig@gmail.com>2020-05-17 09:16:13 -0400
commitb4fe4f6ad91d380c6af2b4ab2a1c624e58947608 (patch)
treedd286bbf4702e4c2eac30c6a1a3ef386dab34b35 /docs/code/multi-echo-server/main.c
parent36549815eed297c74448ff580b5c84713245ec5d (diff)
downloadlibuv-b4fe4f6ad91d380c6af2b4ab2a1c624e58947608.tar.gz
libuv-b4fe4f6ad91d380c6af2b4ab2a1c624e58947608.zip
build: check for libraries not provided by libc
Using AC_CHECK_LIB ignores symbols already provided by other libraries, or in other words it links libuv against libraries that it does not need. Attempts to remove specific libraries were met with arguments that older libc versions would still require them.[0] Fix this by using AC_SEARCH_LIBS instead of AC_CHECK_LIB while using AX_PTHREAD for POSIX threads. [0] E.g. https://github.com/libuv/libuv/pull/2493 PR-URL: https://github.com/libuv/libuv/pull/2823 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/code/multi-echo-server/main.c')
0 files changed, 0 insertions, 0 deletions