Lines Matching refs:ares
55 dnl --enable-ares or --disable-ares, and
61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups])
63 AC_ARG_ENABLE(ares, optenable
64 AC_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups])
65 AC_HELP_STRING([--disable-ares],[Disable c-ares for DNS lookups]),
69 dnl --disable-ares option used
77 dnl --enable-ares option used
307 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting])
315 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on…
449 dnl When c-ares library support has been requested,
456 dnl c-ares library support has been requested
462 embedded_ares_builddir="$configure_runpath/ares"
464 dnl c-ares library path has been specified
469 dnl c-ares library path has not been given
470 if test -d "$srcdir/ares"; then
471 dnl c-ares sources embedded in curl tree
473 AC_CONFIG_SUBDIRS(ares)
474 dnl c-ares has installable configured header files, path
480 dnl c-ares path not specified, use defaults
492 dnl check if c-ares new enough when not using an embedded
494 AC_MSG_CHECKING([that c-ares is good and recent enough])
497 #include <ares.h>
498 /* set of dummy functions in case c-ares was built with debug */
514 AC_MSG_ERROR([c-ares library defective or too old])
524 dnl finally c-ares will be used
525 AC_DEFINE(USE_ARES, 1, [Define to enable c-ares support])
527 curl_res_msg="c-ares"