Unverified Commit 687965f2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl-confopts.m4: fix typo from ed224f23

Fixes my local configure to detect a custom installed c-ares without
pkgconfig.
parent f404f9a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`