1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

link with libcares instead of libares

This commit is contained in:
Daniel Stenberg 2004-02-03 13:58:38 +00:00
parent 14b36a8cba
commit 7e01548d46

View File

@ -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