mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
parent
d9a9233afa
commit
1d96067224
2 changed files with 3 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ AC_DEFUN([CURL_CHECK_LIBS_LDAP], [
|
|||
'-llber -lldap' \
|
||||
'-lldapssl -lldapx -lldapsdk' \
|
||||
'-lldapsdk -lldapx -lldapssl' \
|
||||
'-lldap -llber -lssl -lcrypto' ; do
|
||||
'-lldap -llber -lssl -lcrypto'; do
|
||||
|
||||
if test "$curl_cv_ldap_LIBS" = "unknown"; then
|
||||
if test -z "$x_nlibs"; then
|
||||
|
|
@ -565,6 +565,7 @@ AC_DEFUN([CURL_CHECK_LIBS_LDAP], [
|
|||
else
|
||||
LIBS="$curl_cv_ldap_LIBS $curl_cv_save_LIBS"
|
||||
fi
|
||||
LIBCURL_PC_REQUIRES_PRIVATE="ldap $LIBCURL_PC_REQUIRES_PRIVATE"
|
||||
AC_MSG_RESULT([$curl_cv_ldap_LIBS])
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue