curl-confopts.m4: fix typo from ed224f23d5

Fixes my local configure to detect a custom installed c-ares without
pkgconfig.
This commit is contained in:
Daniel Stenberg 2018-06-15 17:14:05 +02:00
parent f404f9a285
commit 687965f206
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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