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…
481 dnl When c-ares library support has been requested,
488 dnl c-ares library support has been requested
494 embedded_ares_builddir="$configure_runpath/ares"
496 dnl c-ares library path has been specified
501 dnl c-ares library path has not been given
502 if test -d "$srcdir/ares"; then
503 dnl c-ares sources embedded in curl tree
505 AC_CONFIG_SUBDIRS(ares)
506 dnl c-ares has installable configured header files, path
512 dnl c-ares path not specified, use defaults
524 dnl check if c-ares new enough when not using an embedded
526 AC_MSG_CHECKING([that c-ares is good and recent enough])
529 #include <ares.h>
530 /* set of dummy functions in case c-ares was built with debug */
546 AC_MSG_ERROR([c-ares library defective or too old])
556 dnl finally c-ares will be used
557 AC_DEFINE(USE_ARES, 1, [Define to enable c-ares support])
559 curl_res_msg="c-ares"