Lines Matching full:ares
57 dnl --enable-ares or --disable-ares, and
63 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups])
65 AC_ARG_ENABLE(ares, optenable
66 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups])
67 AS_HELP_STRING([--disable-ares],[Disable c-ares for DNS lookups]),
71 dnl --disable-ares option used
79 dnl --enable-ares option used
308 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting])
316 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on…
478 dnl When c-ares library support has been requested, performs necessary checks
484 dnl c-ares library support has been requested
490 dnl c-ares library path has been specified
500 AC_MSG_NOTICE([pkg-config: ares LIBS: "$ares_LIBS"])
501 AC_MSG_NOTICE([pkg-config: ares LDFLAGS: "$ares_LDFLAGS"])
502 AC_MSG_NOTICE([pkg-config: ares CPPFLAGS: "$ares_CPPFLAGS"])
510 dnl c-ares path not specified, use defaults
531 dnl check if c-ares new enough
532 AC_MSG_CHECKING([that c-ares is good and recent enough])
535 #include <ares.h>
536 /* set of dummy functions in case c-ares was built with debug */
552 AC_MSG_ERROR([c-ares library defective or too old])
562 dnl finally c-ares will be used
563 AC_DEFINE(USE_ARES, 1, [Define to enable c-ares support])
564 AC_DEFINE(CARES_NO_DEPRECATED, 1, [Ignore c-ares deprecation warnings])
567 curl_res_msg="c-ares"