diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-02 22:45:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-02 22:45:46 +0000 |
commit | f8e0b1843969d3d1c6311b18eb19c320b56570f5 (patch) | |
tree | 2e2b435f1bde9996997e06974bb559e6559b8fbb /curl-config.in | |
parent | 64bbe9dfafc6693a96b742f3133c636385835a19 (diff) | |
download | curl-f8e0b1843969d3d1c6311b18eb19c320b56570f5.tar.gz |
AC_SUBST HAVE_LIBZ for curl-config.in
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 |