aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-03 22:04:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-03 22:04:39 +0000
commit4e3d235e041bf8b58845f8b3eaeac8467fc2a66b (patch)
tree8f1222af11d6b588ca28cecfab61b77e595546fd /configure.ac
parent19da3606f975fe4a2540a8a958294b95635e72ac (diff)
- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is
built debug-enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 503272883..910a8d160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2270,6 +2270,8 @@ AC_HELP_STRING([--disable-ares],[Disable c-ares for name lookups]),
void curl_dofree() { }
void curl_sclose() { }
void curl_domalloc() { }
+void curl_docalloc() { }
+void curl_socket() { }
int main(void)
{