From: Daniel Stenberg Date: Fri, 15 Jun 2018 15:14:05 +0000 (+0200) Subject: curl-confopts.m4: fix typo from ed224f23d5beb X-Git-Tag: curl-7_61_0~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=687965f2062ea614c80e041adaac6492da029e29;p=thirdparty%2Fcurl.git curl-confopts.m4: fix typo from ed224f23d5beb Fixes my local configure to detect a custom installed c-ares without pkgconfig. --- diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index d83ce857ba..e591caa580 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`