From 7e01548d46fcdb18204d337212ea76d9816f7d0e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Feb 2004 13:58:38 +0000 Subject: [PATCH] link with libcares instead of libares --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83e3070..3c67593 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4