aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-01-23 13:53:33 +0000
committerYang Tse <yangsita@gmail.com>2010-01-23 13:53:33 +0000
commit597ad5a2ce99b8e74c32f7ead13581d2e9b23155 (patch)
treecc76ff812255c55f4d5263386be055f157ebe1a3 /lib/version.c
parent703fa98a487948dd8746c4a82b7d657042426134 (diff)
adjust preprocessor symbol definition check relative to resolver specialty
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c
index 03131e988..ec57885e9 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -217,7 +217,7 @@ static curl_version_info_data version_info = {
#ifdef CURLDEBUG
| CURL_VERSION_CURLDEBUG
#endif
-#ifdef USE_ARES
+#ifdef CURLRES_ASYNCH
| CURL_VERSION_ASYNCHDNS
#endif
#ifdef HAVE_SPNEGO