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
310 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting])
318 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on…
483 dnl When c-ares library support has been requested,
490 dnl c-ares library support has been requested
496 embedded_ares_builddir="$configure_runpath/ares"
498 dnl c-ares library path has been specified
508 AC_MSG_NOTICE([pkg-config: ares LIBS: "$ares_LIBS"])
509 AC_MSG_NOTICE([pkg-config: ares LDFLAGS: "$ares_LDFLAGS"])
510 AC_MSG_NOTICE([pkg-config: ares CPPFLAGS: "$ares_CPPFLAGS"])
518 dnl c-ares library path has not been given
519 if test -d "$srcdir/ares"; then
520 dnl c-ares sources embedded in curl tree
522 AC_CONFIG_SUBDIRS(ares)
523 dnl c-ares has installable configured header files, path
529 dnl c-ares path not specified, use defaults
551 dnl check if c-ares new enough when not using an embedded
553 AC_MSG_CHECKING([that c-ares is good and recent enough])
556 #include <ares.h>
557 /* set of dummy functions in case c-ares was built with debug */
573 AC_MSG_ERROR([c-ares library defective or too old])
583 dnl finally c-ares will be used
584 AC_DEFINE(USE_ARES, 1, [Define to enable c-ares support])
586 curl_res_msg="c-ares"