diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 13:58:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 13:58:38 +0000 |
commit | 7e01548d46fcdb18204d337212ea76d9816f7d0e (patch) | |
tree | 47621eb2c36d42e4bc2f2ac19276b5a01bc191cf | |
parent | 14b36a8cba7336e020fb1a3a1e2c751f8947225c (diff) |
link with libcares instead of libares
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83e3070ff..3c6759335 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 |