mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
parent
b042d5297d
commit
ef1d606d1b
|
@ -1110,6 +1110,7 @@ if(CURL_USE_GSASL)
|
|||
endif()
|
||||
if(GSASL_FOUND)
|
||||
list(APPEND CURL_LIBS ${GSASL_LINK_LIBRARIES})
|
||||
list(APPEND LIBCURL_PC_REQUIRES_PRIVATE "libgsasl")
|
||||
set(USE_GSASL ON)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -2181,6 +2181,7 @@ if test $with_libgsasl != "no"; then
|
|||
AC_SEARCH_LIBS(gsasl_init, gsasl,
|
||||
[curl_gsasl_msg="enabled";
|
||||
AC_DEFINE([USE_GSASL], [1], [GSASL support enabled])
|
||||
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE libgsasl"
|
||||
],
|
||||
[curl_gsasl_msg="no (libgsasl not found)";
|
||||
AC_MSG_WARN([libgsasl was not found])
|
||||
|
|
Loading…
Reference in New Issue
Block a user