mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue