- 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:
Daniel Stenberg 2008-09-02 12:07:08 +00:00
parent c8d4e8b5d0
commit bbc002a505
5 changed files with 88 additions and 64 deletions

View file

@ -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/