mirror of
https://github.com/curl/curl.git
synced 2026-05-07 14:07:28 +03:00
parent
c30aff4f88
commit
3e7769a580
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ if(ENABLE_THREADED_RESOLVER)
|
|||
endif()
|
||||
|
||||
# Check for all needed libraries
|
||||
check_library_exists_concat("dl" dlopen HAVE_LIBDL)
|
||||
check_library_exists_concat("${CMAKE_DL_LIBS}" dlopen HAVE_LIBDL)
|
||||
check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
|
||||
check_library_exists("c" gethostbyname "" NOT_NEED_LIBNSL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue