diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 10:00:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 10:00:21 +0000 |
commit | 437afe07672c567df46d804b777dd8303d066d23 (patch) | |
tree | 90b1186da310b5b480e3c831b2ae65e60452c166 /curl-config.in | |
parent | 0ab2dff69ce7da9964bd8060d8f8d71799048d74 (diff) | |
download | curl-437afe07672c567df46d804b777dd8303d066d23.tar.gz |
curl-config now shows asyncdns if built with ares enabled
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 fcbb5ff6f..bc8a0128c 100644 --- a/curl-config.in +++ b/curl-config.in @@ -90,6 +90,9 @@ while test $# -gt 0; do if test "@CURL_DISABLE_DICT@" = "1"; then echo "DICT-disabled" fi + if test "@HAVE_ARES@" = "1"; then + echo "AsynchDNS" + fi ;; --version) |