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

link with libcares instead of libares

parent 14b36a8c
No related branches found
No related tags found
No related merge requests found
......@@ -1073,7 +1073,7 @@ AC_HELP_STRING([--disable-ares],[Disable ares for name lookups]),
HAVE_ARES="1"
AC_SUBST(HAVE_ARES)
LIBS="$LIBS -lares"
LIBS="$LIBS -lcares"
dnl For backwards compatibility default to includes/lib in srcdir/ares
dnl If a value is specified it is assumed that the libs are in $val/lib
......
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