Skip to content
Snippets Groups Projects
Commit 2617b379 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

define USE_ARES nicer if enabled

parent 84ed5e75
No related branches found
No related tags found
No related merge requests found
......@@ -970,7 +970,8 @@ AC_HELP_STRING([--disable-ares],[Disable using ares for name lookups]),
AC_MSG_ERROR([ares doesn't work with ipv6, disable ipv6 to use ares])
fi
CPPFLAGS="$CPPFLAGS -DUSE_ARES"
AC_DEFINE(USE_ARES, 1, [Define if you want to enable ares support])
ares="yes"
;;
esac ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment