aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05633e71..466ac92e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -169,9 +169,7 @@ else ()
add_definitions (-D_THREAD_SAFE)
add_definitions (-D_POSIX_PTHREAD_SEMANTICS)
- nng_check_lib (anl getaddrinfo_a NNG_HAVE_GETADDRINFO_A)
nng_check_lib (rt clock_gettime NNG_HAVE_CLOCK_GETTIME)
- nng_check_lib (rt sem_wait NNG_HAVE_SEMAPHORE_RT)
nng_check_lib (pthread sem_wait NNG_HAVE_SEMAPHORE_PTHREAD)
nng_check_lib (nsl gethostbyname NNG_HAVE_LIBNSL)
nng_check_lib (socket socket NNG_HAVE_LIBSOCKET)