mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
- Keith Mok added supported_protocols and supported_features to the pkg-config
file for libcurl, and while doing that fix he unified with curl-config.in how the supported protocols and features are extracted and used, so both those tools should now always be synced.
This commit is contained in:
parent
c8d4e8b5d0
commit
bbc002a505
5 changed files with 88 additions and 64 deletions
|
|
@ -28,6 +28,8 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
supported_protocols="@SUPPORT_PROTOCOLS@"
|
||||
supported_features="@SUPPORT_FEATURES@"
|
||||
|
||||
Name: libcurl
|
||||
URL: http://curl.haxx.se/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue