gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 101/163: curl-confopts.m4: fix typo from ed224f23d5


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 101/163: curl-confopts.m4: fix typo from ed224f23d5beb
Date: Sun, 05 Aug 2018 12:37:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 687965f2062ea614c80e041adaac6492da029e29
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jun 15 17:14:05 2018 +0200

    curl-confopts.m4: fix typo from ed224f23d5beb
    
    Fixes my local configure to detect a custom installed c-ares without
    pkgconfig.
---
 m4/curl-confopts.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4
index d83ce857b..e591caa58 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`

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]