gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 09/173: configure: accept --with-libidn2 instead


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 09/173: configure: accept --with-libidn2 instead
Date: Fri, 24 Feb 2017 14:00:31 +0100

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

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 0bc24d6f9d15a2cc5898cae4f214487200e78f44
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Dec 25 01:13:12 2016 +0100

    configure: accept --with-libidn2 instead
    
    ... which the help text already implied since we switched to libidn2
    from libidn in commit 9c91ec778104ae3b back in October 2016.
    
    Reported-by: Christian Weisgerber
    Bug: https://curl.haxx.se/mail/lib-2016-12/0110.html
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 91028458f..65dac55bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2830,7 +2830,7 @@ dnl 
**********************************************************************
 
 AC_MSG_CHECKING([whether to build with libidn2])
 OPT_IDN="default"
-AC_ARG_WITH(libidn,
+AC_ARG_WITH(libidn2,
 AC_HELP_STRING([--with-libidn2=PATH],[Enable libidn2 usage])
 AC_HELP_STRING([--without-libidn2],[Disable libidn2 usage]),
   [OPT_IDN=$withval])

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



reply via email to

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