mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
configure: add GSS to libcurl.pc Depends:
GSS was the last (known) missing dependency missing from `libcurl.pc`. Closes #15177
This commit is contained in:
parent
9e19a577eb
commit
3e7a6fbb8e
1 changed files with 7 additions and 0 deletions
|
|
@ -2072,6 +2072,13 @@ if test x"$want_gss" = xyes; then
|
|||
;;
|
||||
esac
|
||||
fi
|
||||
if test -n "$gnu_gss"; then
|
||||
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE gss"
|
||||
elif test "x$not_mit" = "x1"; then
|
||||
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE heimdal-gssapi"
|
||||
else
|
||||
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit-krb5-gssapi"
|
||||
fi
|
||||
else
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue