diff options
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/curl-config.in b/curl-config.in index f1b7de2a2..052bf345c 100644 --- a/curl-config.in +++ b/curl-config.in @@ -66,6 +66,9 @@ while test $# -gt 0; do if test "@IPV6_ENABLED@" = "1"; then echo "IPv6" fi + if test "@HAVE_LIBZ@" = "1"; then + echo "libz" + fi if test "@CURL_DISABLE_HTTP@" = "1"; then echo "HTTP-disabled" fi |