aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-15 17:14:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-15 17:14:05 +0200
commit687965f2062ea614c80e041adaac6492da029e29 (patch)
tree52f08eb1c967fc86de801602a066e6a23eeed69a /m4
parentf404f9a285fe1cdf1891dcfcfe940abf104f2b9f (diff)
curl-confopts.m4: fix typo from ed224f23d5beb
Fixes my local configure to detect a custom installed c-ares without pkgconfig.
Diffstat (limited to 'm4')
-rw-r--r--m4/curl-confopts.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4
index d83ce857b..e591caa58 100644
--- a/m4/curl-confopts.m4
+++ b/m4/curl-confopts.m4
@@ -498,7 +498,7 @@ AC_DEFUN([CURL_CHECK_LIB_ARES], [
if test -n "$want_ares_path"; then
dnl c-ares library path has been specified
ARES_PCDIR="$want_ares_path/lib/pkgconfig"
- CURL_CHECK_PKGCONFIG(libcares, [$ARES_PCIDR])
+ CURL_CHECK_PKGCONFIG(libcares, [$ARES_PCDIR])
if test "$PKGCONFIG" != "no" ; then
ares_LIBS=`CURL_EXPORT_PCDIR([$ARES_PCDIR])
$PKGCONFIG --libs-only-l libcares`