- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is

built debug-enabled.
This commit is contained in:
Daniel Stenberg 2008-05-03 22:04:39 +00:00
parent 19da3606f9
commit 4e3d235e04
3 changed files with 9 additions and 1 deletions

View file

@ -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)
{