From bbc002a50575f7690fe67e23850e63bc8eb792f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Sep 2008 12:07:08 +0000 Subject: - 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. --- libcurl.pc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcurl.pc.in') diff --git a/libcurl.pc.in b/libcurl.pc.in index 7e5ffabd2..eaf853781 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -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/ -- cgit v1.2.3