mirror of
https://github.com/curl/curl.git
synced 2026-07-17 06:47:18 +03:00
configure: accept --with-libidn2 instead
... which the help text already implied since we switched to libidn2
from libidn in commit 9c91ec7781 back in October 2016.
Reported-by: Christian Weisgerber
Bug: https://curl.haxx.se/mail/lib-2016-12/0110.html
This commit is contained in:
parent
913312f414
commit
0bc24d6f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue