mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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:
parent
f404f9a285
commit
687965f206
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user